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