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