Instructions to use Subhadeep/whisper-small-bn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Subhadeep/whisper-small-bn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Subhadeep/whisper-small-bn")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Subhadeep/whisper-small-bn") model = AutoModelForSpeechSeq2Seq.from_pretrained("Subhadeep/whisper-small-bn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3000
Browse files
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:bdb242ee2b541a9945620b9a7a672af910f928b5ed6a9f7d0f8f964f0ce9f63f
|
| 3 |
size 967102601
|
runs/Dec15_16-49-05_e2e-102-206/events.out.tfevents.1671122967.e2e-102-206
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:282258137a46ac1af90f697c2c7720d3732139a0a886b2b845e83c95b9c6d98c
|
| 3 |
+
size 24110
|