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