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