chore: clean .gitattributes and standardize LFS rules fc2ef27
easytt1178 commited on
How to use easytt1178/example-model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("easytt1178/example-model", device_map="auto")