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