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