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