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