Initial commit 45334b3
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", dtype="auto")