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