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