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