poonehmousavi
commited on
Commit
•
7cc7c57
1
Parent(s):
79f97a6
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ The performance of the model is the following:
|
|
48 |
|
49 |
| Release | Test CER | Test WER | GPUs |
|
50 |
|:-------------:|:--------------:|:--------------:| :--------:|
|
51 |
-
|
|
52 |
|
53 |
## Pipeline description
|
54 |
|
@@ -106,7 +106,7 @@ cd recipes/CommonVoice/ASR/transformer/
|
|
106 |
python train_with_whisper.py hparams/train_it_hf_whisper.yaml --data_folder=your_data_folder
|
107 |
```
|
108 |
|
109 |
-
You can find our training results (models, logs, etc) [here](https://
|
110 |
|
111 |
### Limitations
|
112 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
|
|
48 |
|
49 |
| Release | Test CER | Test WER | GPUs |
|
50 |
|:-------------:|:--------------:|:--------------:| :--------:|
|
51 |
+
| 15-08-23 | 3.03 | 9.63 | 1xV100 32GB |
|
52 |
|
53 |
## Pipeline description
|
54 |
|
|
|
106 |
python train_with_whisper.py hparams/train_it_hf_whisper.yaml --data_folder=your_data_folder
|
107 |
```
|
108 |
|
109 |
+
You can find our training results (models, logs, etc) [here](https://www.dropbox.com/sh/u5tex3nvzzs5pex/AAD-J7cOBE_fNfBono8waTKCa?dl=0).
|
110 |
|
111 |
### Limitations
|
112 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|