Instructions to use Dmitriy/bengali with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dmitriy/bengali with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Dmitriy/bengali")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Dmitriy/bengali") model = AutoModelForSpeechSeq2Seq.from_pretrained("Dmitriy/bengali") - Notebooks
- Google Colab
- Kaggle
Upload 4 files
Browse files- pytorch_model.bin +1 -1
- training_args.bin +3 -0
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 967102601
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6f7879bae0473c13e4d9b702aed57e8491a3948fecf9f827c2e33c9fe4d4b62
|
| 3 |
size 967102601
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c18515d25fc4ed1b4b9b9daf33b911e131d7d0afe6593976353298a00a0c9cc
|
| 3 |
+
size 4091
|