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