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