Instructions to use WindyTranslate/translate-no-nl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyTranslate/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="WindyTranslate/translate-no-nl")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("WindyTranslate/translate-no-nl") model = AutoModelForSeq2SeqLM.from_pretrained("WindyTranslate/translate-no-nl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Promote lora build from WindstormLabs/translate-no-nl, with attribution and change statement
3bf8f06 verified - 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.