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