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