Commit
·
8bf6008
1
Parent(s):
13f55f8
update readme
Browse files
README.md
CHANGED
|
@@ -13,9 +13,9 @@ widget:
|
|
| 13 |
pipeline_tag: automatic-speech-recognition
|
| 14 |
---
|
| 15 |
|
| 16 |
-
Bangla ASR model which was trained Bangla Mozilla Common Voice Dataset. This is Fine-tuning Whisper
|
| 17 |
-
For training
|
| 18 |
-
error rate 4.58%. This model was
|
| 19 |
|
| 20 |
|
| 21 |
```py
|
|
@@ -61,7 +61,7 @@ print(transcription)
|
|
| 61 |
|
| 62 |
|
| 63 |
# Dataset
|
| 64 |
-
|
| 65 |
For more information about dataser please [click here](https://commonvoice.mozilla.org/bn/datasets)
|
| 66 |
|
| 67 |
# Training Model Information
|
|
|
|
| 13 |
pipeline_tag: automatic-speech-recognition
|
| 14 |
---
|
| 15 |
|
| 16 |
+
Bangla ASR model which was trained Bangla Mozilla Common Voice Dataset. This is Fine-tuning Whisper model using Bangla mozilla common voice dataset.
|
| 17 |
+
For training this model used 40k training and 7k Validation of around 400 hours of data. We trained 12000 steps and get word
|
| 18 |
+
error rate 4.58%. This model was whisper small[244 M] variant model.
|
| 19 |
|
| 20 |
|
| 21 |
```py
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
# Dataset
|
| 64 |
+
Used Mozilla common voice dataset around 400 hours data both training[40k] and validation[7k] mp3 samples.
|
| 65 |
For more information about dataser please [click here](https://commonvoice.mozilla.org/bn/datasets)
|
| 66 |
|
| 67 |
# Training Model Information
|