Model save f138310 verified
Sumin Kim commited on
How to use kmin06/small with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kmin06/small", device_map="auto")