Yurii Paniv commited on
Commit
9da9a4e
1 Parent(s): 8ddc86d

Add wav2vec2 model

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -18,6 +18,7 @@ Source code is in this repository together with auto-deploy pipeline scripts.
18
  # 🧮 Models
19
  Model name | CER | WER | License | Note
20
  :-------------------------|:-------------------------|:-------------------------|:-------------------------|:-------------------------
 
21
  [DeepSpeech with Wiki LM](https://github.com/robinhad/voice-recognition-ua/releases/tag/v0.4) | 12% | 30,65% | CC-BY-NC 4.0 | Common Voice 6 dataset
22
  [DeepSpeech](https://github.com/robinhad/voice-recognition-ua/releases/tag/v0.4) | 16% | 57% | CC-BY-NC 4.0 | Common Voice 6 dataset
23
 
 
18
  # 🧮 Models
19
  Model name | CER | WER | License | Note
20
  :-------------------------|:-------------------------|:-------------------------|:-------------------------|:-------------------------
21
+ [Wav2Vec2](https://github.com/robinhad/voice-recognition-ua/releases/tag/release%2Fwav2vec2-v0.1) | 6,01% | 27,99% | MIT | Common Voice 8 dataset, `test` set used as validation
22
  [DeepSpeech with Wiki LM](https://github.com/robinhad/voice-recognition-ua/releases/tag/v0.4) | 12% | 30,65% | CC-BY-NC 4.0 | Common Voice 6 dataset
23
  [DeepSpeech](https://github.com/robinhad/voice-recognition-ua/releases/tag/v0.4) | 16% | 57% | CC-BY-NC 4.0 | Common Voice 6 dataset
24