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