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