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