commit from elmadany 7847e48
elmadany commited on
How to use UBC-NLP/AraT5-msa-small with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("UBC-NLP/AraT5-msa-small", device_map="auto")