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