Upload model 13a0194 verified
Avery Wright commited on
How to use kahua-ml/first-revision-model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kahua-ml/first-revision-model", dtype="auto", device_map="auto")