Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
opus-mt-tc-bible
Eval Results (legacy)
Instructions to use WindstormLabs/origin-Helsinki-NLP-opus-mt-tc-bible-big-phi-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindstormLabs/origin-Helsinki-NLP-opus-mt-tc-bible-big-phi-en 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="WindstormLabs/origin-Helsinki-NLP-opus-mt-tc-bible-big-phi-en")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("WindstormLabs/origin-Helsinki-NLP-opus-mt-tc-bible-big-phi-en") model = AutoModelForMultimodalLM.from_pretrained("WindstormLabs/origin-Helsinki-NLP-opus-mt-tc-bible-big-phi-en") - Notebooks
- Google Colab
- Kaggle
upstream-archive byte-perfect snapshot of Helsinki-NLP/opus-mt-tc-bible-big-phi-en (ADR-039 Phase D)
9d6b9e7 verified | multi-eng tatoeba-test-v2020-07-28-v2023-09-26 0.40265 20.5 4100 28584 | |