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