Updated config c57f556
Mihai-Dan MAŞALA (25095) commited on
How to use readerbench/RoBERT-small with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("readerbench/RoBERT-small", device_map="auto")