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