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