Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
opus-mt-tc-bible
Eval Results (legacy)
Instructions to use Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa 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="Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa") - Notebooks
- Google Colab
- Kaggle
Initial commit
Browse files
README.md
CHANGED
|
@@ -2350,7 +2350,7 @@ This model is part of the [OPUS-MT project](https://github.com/Helsinki-NLP/Opus
|
|
| 2350 |
- **Language(s):**
|
| 2351 |
- Source Language(s): bas bem bnt bss cce cjk cwe dig dug gog gwr hay heh her jmc kam kdc kdn kik kin kki kkj kmb kng kon ksb kua ldi lem lin lon lsm lua lug luy mcp myx nbl nde ndo nim nnb nso nuj nya nyf nyn nyo nyy old ozm pkb rim run seh sna sot ssw suk swa swc swh sxb thk tlj toh toi tsn tso tum umb ven vmw vun wmw xho xog zul
|
| 2352 |
- Target Language(s): deu eng fra por spa
|
| 2353 |
-
- Valid Target Language Labels: >>deu<< >>eng<< >>fra<< >>por<< >>spa<<
|
| 2354 |
- **Original Model**: [opusTCv20230926max50+bt+jhubc_transformer-big_2024-05-30.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/bnt-deu+eng+fra+por+spa/opusTCv20230926max50+bt+jhubc_transformer-big_2024-05-30.zip)
|
| 2355 |
- **Resources for more information:**
|
| 2356 |
- [OPUS-MT dashboard](https://opus.nlpl.eu/dashboard/index.php?pkg=opusmt&test=all&scoreslang=all&chart=standard&model=Tatoeba-MT-models/bnt-deu%2Beng%2Bfra%2Bpor%2Bspa/opusTCv20230926max50%2Bbt%2Bjhubc_transformer-big_2024-05-30)
|
|
@@ -2544,6 +2544,6 @@ The work is supported by the [HPLT project](https://hplt-project.org/), funded b
|
|
| 2544 |
## Model conversion info
|
| 2545 |
|
| 2546 |
* transformers version: 4.45.1
|
| 2547 |
-
* OPUS-MT git hash:
|
| 2548 |
-
* port time: Mon Oct 7
|
| 2549 |
* port machine: LM0-400-22516.local
|
|
|
|
| 2350 |
- **Language(s):**
|
| 2351 |
- Source Language(s): bas bem bnt bss cce cjk cwe dig dug gog gwr hay heh her jmc kam kdc kdn kik kin kki kkj kmb kng kon ksb kua ldi lem lin lon lsm lua lug luy mcp myx nbl nde ndo nim nnb nso nuj nya nyf nyn nyo nyy old ozm pkb rim run seh sna sot ssw suk swa swc swh sxb thk tlj toh toi tsn tso tum umb ven vmw vun wmw xho xog zul
|
| 2352 |
- Target Language(s): deu eng fra por spa
|
| 2353 |
+
- Valid Target Language Labels: >>deu<< >>eng<< >>fra<< >>por<< >>spa<< >>xxx<<
|
| 2354 |
- **Original Model**: [opusTCv20230926max50+bt+jhubc_transformer-big_2024-05-30.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/bnt-deu+eng+fra+por+spa/opusTCv20230926max50+bt+jhubc_transformer-big_2024-05-30.zip)
|
| 2355 |
- **Resources for more information:**
|
| 2356 |
- [OPUS-MT dashboard](https://opus.nlpl.eu/dashboard/index.php?pkg=opusmt&test=all&scoreslang=all&chart=standard&model=Tatoeba-MT-models/bnt-deu%2Beng%2Bfra%2Bpor%2Bspa/opusTCv20230926max50%2Bbt%2Bjhubc_transformer-big_2024-05-30)
|
|
|
|
| 2544 |
## Model conversion info
|
| 2545 |
|
| 2546 |
* transformers version: 4.45.1
|
| 2547 |
+
* OPUS-MT git hash: a0ea3b3
|
| 2548 |
+
* port time: Mon Oct 7 21:44:56 EEST 2024
|
| 2549 |
* port machine: LM0-400-22516.local
|