Instructions to use NlpHUST/t5-vi-en-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NlpHUST/t5-vi-en-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NlpHUST/t5-vi-en-small") model = AutoModelForSeq2SeqLM.from_pretrained("NlpHUST/t5-vi-en-small") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
94bf018 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e9333806fa8223e1aa1d20e2d9a5996ad2b695877db8775f5a815ace323bcde3
size 1200794207
|