Add complete model with LFS 38a9297
Austin Dixson commited on
How to use austindixson/gemma-4-21b-reap-harness-ready with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("austindixson/gemma-4-21b-reap-harness-ready", dtype="auto")