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