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