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