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