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