fix the YAML Metadata Error message c4255c8
Loïck BOURDOIS commited on
How to use castorini/afriteva_small with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("castorini/afriteva_small")
model = AutoModelForSeq2SeqLM.from_pretrained("castorini/afriteva_small")