poonehmousavi commited on
Commit
72501ed
1 Parent(s): 796a008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -28,9 +28,9 @@ SpeechBrain. For a better experience, we encourage you to learn more about
28
 
29
  The performance of the model is the following:
30
 
31
- | Release | Test WER | GPUs |
32
- |:--------------:|:--------------:| :--------:|
33
- | 03-06-21 | 9.86 | 2xV100 32GB |
34
 
35
  ## Pipeline description
36
 
@@ -59,8 +59,8 @@ Please notice that we encourage you to read our tutorials and learn more about
59
  ```python
60
  from speechbrain.pretrained import EncoderDecoderASR
61
 
62
- asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-it", savedir="pretrained_models/asr-wav2vec2-commonvoice-it")
63
- asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-it/example-it.wav")
64
 
65
  ```
66
  ### Inference on GPU
 
28
 
29
  The performance of the model is the following:
30
 
31
+ | Release | Test CER | Test WER | GPUs |
32
+ |:--------------:|:--------------:|:--------------:| :--------:|
33
+ | 03-06-21 | 2.38 | 8.38 | 1xV100 32GB |
34
 
35
  ## Pipeline description
36
 
 
59
  ```python
60
  from speechbrain.pretrained import EncoderDecoderASR
61
 
62
+ asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-14-it", savedir="pretrained_models/asr-wav2vec2-commonvoice-14-it")
63
+ asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-14-it/example-it.wav")
64
 
65
  ```
66
  ### Inference on GPU