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