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