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