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