SiRoZaRuPa commited on
Commit
3f242d1
·
verified ·
1 Parent(s): 9cbefe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -37,6 +37,13 @@ The training data was created using a unique method: concatenating two audio cli
37
  - **Sampling Rate:** 16,000 Hz
38
  - **Output Vocabulary:** A vocabulary of 3,200 unigram generated by sentencepiece, include 3 special tokens (`[雑音]`, `[無音]`, `[PAD]`).
39
 
 
 
 
 
 
 
 
40
  ### Citation
41
  ```
42
  @inproceedings{emoto2025development,
 
37
  - **Sampling Rate:** 16,000 Hz
38
  - **Output Vocabulary:** A vocabulary of 3,200 unigram generated by sentencepiece, include 3 special tokens (`[雑音]`, `[無音]`, `[PAD]`).
39
 
40
+ ## Evaluation Result (CER %)
41
+ | | Clean | 50 dB | 20 dB | 15 dB | 10 dB | 5 dB | 0 dB |
42
+ |:--- | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
43
+ |JNAS | 10.61 | 10.57 | 10.16 | 10.10 | 10.43 | 11.64 | 15.95 |
44
+ |ReazonSpeech| 12.54 | 12.51 | 12.69 | 12.83 | 13.43 | 14.81 | 19.87 |
45
+
46
+
47
  ### Citation
48
  ```
49
  @inproceedings{emoto2025development,