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