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