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