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