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:
- 5f4d7e51ee45d020a5949c22779c4c5b64a0ee4c2855cc0e095c33e6cc84ea0e
- Size of remote file:
- 63 MB
- SHA256:
- 6f568bd3dc9043768c6ee62e6667236a37d7cb1f3b4822fe7e218a4a726a25f8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.