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