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