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