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