Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
opus-mt-tc-bible
Eval Results (legacy)
Instructions to use Helsinki-NLP/opus-mt-tc-bible-big-deu_eng_fra_por_spa-mul 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-deu_eng_fra_por_spa-mul 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-deu_eng_fra_por_spa-mul")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-bible-big-deu_eng_fra_por_spa-mul") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-bible-big-deu_eng_fra_por_spa-mul", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 451da5a1b78c559800ec731b900b25f3c8a00c46986ff5532315e39647165678
- Size of remote file:
- 964 MB
- SHA256:
- 2c1ecd8ba1eba1410cafa5f05c36a7330a554edbd8338703b4e900827dfa75a3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.