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