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