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