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