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