Transformers
Safetensors
Divehi
t5
text2text-generation
english-dhivehi-latin
text-generation-inference
Instructions to use alakxender/flan-t5-base-dhivehi-en-latin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alakxender/flan-t5-base-dhivehi-en-latin with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("alakxender/flan-t5-base-dhivehi-en-latin") model = AutoModelForSeq2SeqLM.from_pretrained("alakxender/flan-t5-base-dhivehi-en-latin") - Notebooks
- Google Colab
- Kaggle
Training flan-t5-base for this task
2
#1 opened 10 months ago
by
politecat314