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