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