Translation
Transformers
PyTorch
TensorFlow
Safetensors
English
Italian
marian
text2text-generation
opus-mt-tc
Eval Results (legacy)
Instructions to use Helsinki-NLP/opus-mt-tc-big-en-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Helsinki-NLP/opus-mt-tc-big-en-it 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-big-en-it")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-big-en-it") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-big-en-it", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3513a5e94d24bb6dfc75cf15d76d831398eb175048bca673942ab43301f5ea3d
- Size of remote file:
- 1.9 MB
- SHA256:
- 67e96a2c8c2d38cd7661bc4d7f7bf00334eb12aebb01e6e7ea4f8ceb9378e051
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.