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