Instructions to use minhtoan/t5-translate-lao-vietnamese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use minhtoan/t5-translate-lao-vietnamese 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="minhtoan/t5-translate-lao-vietnamese")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("minhtoan/t5-translate-lao-vietnamese") model = AutoModelForSeq2SeqLM.from_pretrained("minhtoan/t5-translate-lao-vietnamese", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f42b4885810a3528a465a4ba11f33b79ec316c3d3d25630f9424d4f5ff03b815
- Size of remote file:
- 1.2 GB
- SHA256:
- 42165dfed85906bfa5e6f244862c2907fc247a861761e06b790ee6728f9b0396
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.