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