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