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