Translation
Transformers
PyTorch
TensorFlow
JAX
Vietnamese
English
t5
text2text-generation
text-generation-inference
Instructions to use VietAI/envit5-translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VietAI/envit5-translation with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="VietAI/envit5-translation")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("VietAI/envit5-translation") model = AutoModelForSeq2SeqLM.from_pretrained("VietAI/envit5-translation") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 840bc88
Update README.md 1a12492
Update README.md da6271e
Update README.md 8e9c119
Update README.md 9a67835
Update README.md edda4dc
Delete results.png dd00db4
Update README.md b43da82
Upload results.png b47d8ae
Update README.md 09ef2b5
Update README.md a533018
Update README.md 8f8efff
Merge branch 'main' of https://huggingface.co/VietAI/envit5-translation into main bad6436
root commited on
Add flax model 12933d5
root commited on
Update README.md 4ad9408
Add model c58a634
root commited on