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:
- 4e0797a8b9290638cbb9b778fee661ae2737a024966d83a901e61c10c7fa2c4e
- Size of remote file:
- 766 kB
- SHA256:
- 0754d068d46a4ba678f32365b1664fe886e55d12e4e55e0691a68fc95716f7e4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.