Updated config with model_type. a6155e4
mmazuecos commited on
How to use DiViorg/REC-Transformer with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("DiViorg/REC-Transformer", dtype="auto")