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