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