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