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