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