initial commit be2d555 verified
Jason Daly commited on
How to use ep5000/model_adapter with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ep5000/model_adapter", dtype="auto")