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