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