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