How to use bowphs/ancient-t5-translation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bowphs/ancient-t5-translation") model = AutoModelForSeq2SeqLM.from_pretrained("bowphs/ancient-t5-translation")
No model card
Files info