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