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:
- 5c54e7676c4cbecddbe694024c4029a3822c519693df174ba9ce4861bb62d2ea
- Size of remote file:
- 843 kB
- SHA256:
- 6e9b26c221dca15ea81abc3f0fe4351ab9fd710bb6facf10a490e51b422e2a01
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.