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