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