juierror commited on
Commit
2a50292
1 Parent(s): dc129a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -52,7 +52,9 @@ print(inference(path=path))
52
  This model has been trained and evaluated on three datasets:
53
 
54
  - Common Voice 13
 
55
  - [Gowajee Corpus](https://github.com/ekapolc/gowajee_corpus)
 
56
  ```
57
  @techreport{gowajee,
58
  title = {{Gowajee Corpus}},
@@ -67,10 +69,9 @@ and Penpicha Sangsa-nga and Thunyathon Anutarases and Nitchakran Chaipojjana},
67
  }
68
  ```
69
  - [Thai Elderly Speech](https://github.com/VISAI-DATAWOW/Thai-Elderly-Speech-dataset/releases/tag/v1.0.0)
 
 
70
 
71
- The Common Voice dataset has been cleaned and divided into training, testing, and development sets. Care has been taken to ensure that the sentences in each set are unique and do not have any duplicates.
72
- The Gowajee dataset has already been pre-split into training, development, and testing sets, allowing for direct utilization.
73
- As for the Thai Elderly Speech dataset, I performed a random split.
74
  The Character Error Rate (CER) is calculated by removing spaces in both the labels and predicted text, and then computing the CER.
75
  The Word Error Rate (WER) is calculated using the PythaiNLP newmm tokenizer to tokenize both the labels and predicted text, and then computing the WER.
76
 
 
52
  This model has been trained and evaluated on three datasets:
53
 
54
  - Common Voice 13
55
+ - The Common Voice dataset has been cleaned and divided into training, testing, and development sets. Care has been taken to ensure that the sentences in each set are unique and do not have any duplicates.
56
  - [Gowajee Corpus](https://github.com/ekapolc/gowajee_corpus)
57
+ - The Gowajee dataset has already been pre-split into training, development, and testing sets, allowing for direct utilization.
58
  ```
59
  @techreport{gowajee,
60
  title = {{Gowajee Corpus}},
 
69
  }
70
  ```
71
  - [Thai Elderly Speech](https://github.com/VISAI-DATAWOW/Thai-Elderly-Speech-dataset/releases/tag/v1.0.0)
72
+ - As for the Thai Elderly Speech dataset, I performed a random split.
73
+
74
 
 
 
 
75
  The Character Error Rate (CER) is calculated by removing spaces in both the labels and predicted text, and then computing the CER.
76
  The Word Error Rate (WER) is calculated using the PythaiNLP newmm tokenizer to tokenize both the labels and predicted text, and then computing the WER.
77