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