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