Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use Mat17892/t5small_enfr_opus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mat17892/t5small_enfr_opus with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Mat17892/t5small_enfr_opus") model = AutoModelForSeq2SeqLM.from_pretrained("Mat17892/t5small_enfr_opus") - Notebooks
- Google Colab
- Kaggle