Translation
Transformers
PyTorch
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use basso4/model_machine_translation_en_to_vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use basso4/model_machine_translation_en_to_vi 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="basso4/model_machine_translation_en_to_vi")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("basso4/model_machine_translation_en_to_vi") model = AutoModelForSeq2SeqLM.from_pretrained("basso4/model_machine_translation_en_to_vi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 286802117
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e033970228905c85bca4ae069029b62c6d2efcf4773e87fc8ccfa842c90236
|
| 3 |
size 286802117
|