Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
```python
|
| 2 |
import librosa
|
| 3 |
import torch
|
|
|
|
| 1 |
+
This is a fine-tuned whisper small model which is trained only on 23.8 hours of data and achieves 14.73 Word Error Rate which is impressive as it is trained on very little data. There is much more room to improve which will be done at near feautre. If anybody wants to collaborate, please be my guest. You can train the model on your own data using [this link](https://github.com/hassanaliemon/BanglaASR). And feel free to provide your feed back or connect with me at [linkedin](https://www.linkedin.com/in/hassan-ali-emon/)
|
| 2 |
+
|
| 3 |
```python
|
| 4 |
import librosa
|
| 5 |
import torch
|