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