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:
- c89559802df39fb193425ca2c9da270783d66e56e77488a4aea99a1724036465
- Size of remote file:
- 746 kB
- SHA256:
- 76c78114f59bd10234ea2a8d039fa51d9b8ce4c63216771975b690ffa85a815f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.