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:
- 34172db9a390db618c1d98595e6e4113145f905b0a3b0a9d6fdcb22a3ce4103a
- Size of remote file:
- 76.2 MB
- SHA256:
- 2ef7a4aa8ca5b7fbc623a28c6f5bf18983fef6185090c07daba78e94f2d48694
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.