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