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