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