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:
- 602a11832efa6210f9170172c2b26cbc949a14020af9b393d1024b5581653ae1
- Size of remote file:
- 76.8 MB
- SHA256:
- ce99b9de015eb72a2032b7d4d0246cf59f0d3b5b0e1e026599d6d56db784fb5e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.