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