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:
- 3bd2ba819dd6d5a112e6cccf1830bd2269cf0ec9bdf21d49031f27acdd267493
- Size of remote file:
- 70.5 MB
- SHA256:
- 8a4f0df78e6de57a010b98f266b7efc68ef95c9445c3d98bf5728f102f6f47de
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.