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