Translation
Transformers
Safetensors
French
Toki Pona
marian
text2text-generation
Generated from Trainer
Instructions to use NetherQuartz/tatoeba-fr-tok with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NetherQuartz/tatoeba-fr-tok 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="NetherQuartz/tatoeba-fr-tok")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NetherQuartz/tatoeba-fr-tok") model = AutoModelForSeq2SeqLM.from_pretrained("NetherQuartz/tatoeba-fr-tok", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 83b01b712750ea9c5cd5a9a3c3d3875405ba140ae9fb9c52b09a87024208d6d3
- Size of remote file:
- 5.84 kB
- SHA256:
- 2fdfd55504014eb163f30033bb2a075de8189e563dc580d147564e766da81334
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.