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