potsawee commited on
Commit
1e4b3aa
·
verified ·
1 Parent(s): bf002d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -79,7 +79,7 @@ Each record contains:
79
  from datasets import load_dataset
80
 
81
  ds = load_dataset(
82
- "scb10x/thai-tts-intelligiblity-eval", # ← typo intentionally left? change if needed
83
  )
84
  ds_scbx = ds["scbx"]
85
  print(ds[0])
@@ -99,3 +99,12 @@ print(ds[0])
99
  - Future work
100
 
101
 
 
 
 
 
 
 
 
 
 
 
79
  from datasets import load_dataset
80
 
81
  ds = load_dataset(
82
+ "scb10x/thai-tts-intelligiblity-eval",
83
  )
84
  ds_scbx = ds["scbx"]
85
  print(ds[0])
 
99
  - Future work
100
 
101
 
102
+ ## CER Evaluation Results
103
+ - CER: lower is better
104
+
105
+ | System | All | Easy | Medium | Hard | SCBX | Name | Other |
106
+ |-----------------------------------|------|-------|--------|------|------|-------|-------|
107
+ | Azure Premwadee | 9.39 | 2.87 | 2.92 | 13.80| 10.44| 13.07 | 7.57 |
108
+ | `facebook-mms-tts-tha` | 28.47| 10.31 | 12.40 | 38.83| 36.04| 26.33 | 30.83 |
109
+ | `VIZINTZOR-MMS-TTS-THAI-FEMALEV1` | 27.42| 13.30 | 13.13 | 30.92| 34.76| 25.53 | 54.60 |
110
+