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