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