cstorm125 commited on
Commit
9833d26
1 Parent(s): ce9a89a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -119,11 +119,15 @@ We benchmark on the test set using WER with words tokenized by [PyThaiNLP](https
119
 
120
  | | WER | CER |
121
  |-------------------------------|------------|------------|
122
- | Ours without spell correction | 0.13634024 | 0.02813019 |
123
  | Ours with spell correction | 0.17996397 | 0.05225761 |
124
- | Google Web Speech API | 0.13711234 | 0.07357340 |
125
- | Microsoft Bing Speech API | 0.12578819 | 0.05016620 |
126
- | NECTEC AI for Thai Partii API | API N/A | API N/A |
 
 
 
 
127
 
128
  ## Ackowledgements
129
  * model training and validation notebooks/scripts [@cstorm125](https://github.com/cstorm125/)
119
 
120
  | | WER | CER |
121
  |-------------------------------|------------|------------|
122
+ | Ours without spell correction | 0.13634024 | **0.02813019** |
123
  | Ours with spell correction | 0.17996397 | 0.05225761 |
124
+ | Google Web Speech API| 0.13711234 | 0.07357340 |
125
+ | Microsoft Bing Speech API| **0.12578819** | 0.05016620 |
126
+ | NECTEC AI for Thai Partii API※※| API N/A | API N/A |
127
+
128
+ ※ APIs are not finetuned with Common Voice 7.0 data
129
+
130
+ ※※ At the time of testing (September 1, 2021), we were not able to call the Partii API with instructions in [AI for Thai webiste](https://aiforthai.in.th/aiplatform/#/speechtotext) as well as by uploading `.wav` files to [the demo](https://aiforthai.in.th/service_st.php).
131
 
132
  ## Ackowledgements
133
  * model training and validation notebooks/scripts [@cstorm125](https://github.com/cstorm125/)