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