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