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