Instructions to use WindyWord/translate-iso-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-iso-fr 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="WindyWord/translate-iso-fr")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-iso-fr", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8f29f9830cb8c16ca19f71f845d8e21d26ed9632b137ad03f8ca6b7317f887c7
- Size of remote file:
- 840 kB
- SHA256:
- f1db060a2a1993b42694001c8a924edaf79109e187f6344e59e8f3f6cf45282a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.