Upload model trained with Unsloth 110f0d8 verified
James S commited on
How to use jamessucla/retrobust_plusplus_3b with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("jamessucla/retrobust_plusplus_3b", device_map="auto")