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