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