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