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