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