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