Translation
Transformers
Safetensors
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use rinkorn/marian-finetuned-opus100-en-to-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rinkorn/marian-finetuned-opus100-en-to-ru 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="rinkorn/marian-finetuned-opus100-en-to-ru")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("rinkorn/marian-finetuned-opus100-en-to-ru") model = AutoModelForMultimodalLM.from_pretrained("rinkorn/marian-finetuned-opus100-en-to-ru") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 61b4f035356b06655623efefc13a04eee79a765bd2f79ffea65eec9c33c2bcb9
- Size of remote file:
- 305 MB
- SHA256:
- b26d4afc9e8644263c05e9dfa1cbc4cf1ec0a66424e5223b28c3c01c47763967
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.