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