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:
- 6c1064795d48c6657e2780470ce4873ec2994ef1ff2d6df933758e782257b372
- Size of remote file:
- 304 kB
- SHA256:
- 87d2cf15d92b5e78d41efd6dd8e6f4532fa7ab5e7f7101332ad469c709e21bef
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.