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