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