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:
- fa93e74c63542dae0b7373e0e13fb7fa1c3bfcc2ed65ca80f86699ea6989799a
- Size of remote file:
- 1.08 MB
- SHA256:
- 745998e51ba5b058e38b7ac7765c25c43ed5c1c39cc92b27163b9b2e323c9d7c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.