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