Translation
Transformers
PyTorch
Safetensors
English
Toki Pona
multilingual
marian
text2text-generation
Generated from Trainer
Instructions to use ckb/en-toki-mt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ckb/en-toki-mt 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="ckb/en-toki-mt")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ckb/en-toki-mt") model = AutoModelForSeq2SeqLM.from_pretrained("ckb/en-toki-mt") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 254ccb0e821757b426c03e36439f9c567a925f53b2331751a34cbd3b51eca33e
- Size of remote file:
- 3.38 kB
- SHA256:
- 040559d31d57d6ae32729628fa4b9843dbf12987132c735034dd3b7b1bd48d15
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.