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