poonehmousavi
commited on
Commit
·
8c85063
1
Parent(s):
681cce0
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ The performance of the model is the following:
|
|
46 |
|
47 |
| Release | Test CER | Test WER | GPUs |
|
48 |
|:-------------:|:--------------:|:--------------:| :--------:|
|
49 |
-
|
|
50 |
|
51 |
## Pipeline description
|
52 |
|
@@ -104,7 +104,7 @@ cd recipes/CommonVoice/ASR/transformer/
|
|
104 |
python train_with_whisper.py hparams/sr.yaml --data_folder=your_data_folder
|
105 |
```
|
106 |
|
107 |
-
You can find our training results (models, logs, etc) [here](https://
|
108 |
|
109 |
### Limitations
|
110 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
|
|
46 |
|
47 |
| Release | Test CER | Test WER | GPUs |
|
48 |
|:-------------:|:--------------:|:--------------:| :--------:|
|
49 |
+
| 15-08-23 | 7.25 | 22.29 | 1xV100 32GB |
|
50 |
|
51 |
## Pipeline description
|
52 |
|
|
|
104 |
python train_with_whisper.py hparams/sr.yaml --data_folder=your_data_folder
|
105 |
```
|
106 |
|
107 |
+
You can find our training results (models, logs, etc) [here](https://www.dropbox.com/sh/5lhk230q45sd97z/AAD-U9b_Ws_vFPs-cazsbOY0a?dl=0).
|
108 |
|
109 |
### Limitations
|
110 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|