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