Translation
Transformers
TensorBoard
Safetensors
PyTorch
Ganda
English
marian
text2text-generation
mlflow
Eval Results (legacy)
Instructions to use openchs/lg-opus-mt-multi-en-synthetic-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openchs/lg-opus-mt-multi-en-synthetic-v1 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="openchs/lg-opus-mt-multi-en-synthetic-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("openchs/lg-opus-mt-multi-en-synthetic-v1") model = AutoModelForSeq2SeqLM.from_pretrained("openchs/lg-opus-mt-multi-en-synthetic-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
runs/events.out.tfevents.1758873129.bitz-B760M-DS3H
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8c9d864291332d259b522ff2d40dc393d733aa30612f672e1800c7f144f194c
|
| 3 |
+
size 1585123
|
runs/model_comparison/bleu/baseline/events.out.tfevents.1758873131.bitz-B760M-DS3H
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dafe1bd5f87322ae5ba866a9b159219b435e23fb415091a7e031f0c4724b1c95
|
| 3 |
+
size 97
|
runs/model_comparison/bleu/fine-tuned/events.out.tfevents.1758873131.bitz-B760M-DS3H
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cd314342423baa4a2764a2a1c9046d4eec8d55e395c4d5bb25f5fd96fb0cdc7
|
| 3 |
+
size 97
|