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