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