Views
No views yet
t5-eng-fra is a sequence-to-sequence model designed to translate English text into French, and can be use to to translate French-English with the same dataset. It was fine-tuned from t5-small using Hugging Face’s Seq2SeqTrainer on a custom French-English dataset. The model leverages T5’s transformer architecture and the text-to-text paradigm for translation tasks.t5-small tokenizer, maximum input length = 128 tokens, maximum target length = 128 tokens.