initial commit cfe153a verified
Gerson Fabian Buenahora Ormaza commited on
How to use GFBO/custom_transformer_model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("GFBO/custom_transformer_model", dtype="auto")