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