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