Instructions to use WindyTranslate/translate-uk-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyTranslate/translate-uk-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="WindyTranslate/translate-uk-pl")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("WindyTranslate/translate-uk-pl") model = AutoModelForSeq2SeqLM.from_pretrained("WindyTranslate/translate-uk-pl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Promote herm0 build from WindstormLabs/translate-uk-pl, with attribution and change statement
8941c62 verified - Xet hash:
- 005e3351de74232d8a4596d38408d7846ea94b09f1a5b66809046e088b7fd40d
- Size of remote file:
- 1.03 MB
- SHA256:
- 5052ec35af5ad5836f917403354fbe8a212ee1e386f401ff66b6fdc8b969b477
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.