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