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