kvisalta commited on
Commit
6337bad
1 Parent(s): 758a7ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -22
README.md CHANGED
@@ -1,22 +1,53 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- dataset_info:
4
- features:
5
- - name: audio
6
- dtype: audio
7
- - name: sentence
8
- dtype: string
9
- - name: utterance
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 7906513035.192
14
- num_examples: 335674
15
- download_size: 7476273976
16
- dataset_size: 7906513035.192
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: sentence
8
+ dtype: string
9
+ - name: utterance
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 7906513035.192
14
+ num_examples: 335674
15
+ download_size: 7476273976
16
+ dataset_size: 7906513035.192
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ ---
23
+
24
+ # Porjai-Thai-voice-dataset-central
25
+ This corpus contains a officially split of 700 hours for Central Thai, and 40 hours for the three dialect each. The corpus is designed such that there are some parallel sentences between the dialects, making it suitable for Speech and Machine translation research.
26
+
27
+ Our demo ASR model can be found at https://www.cmkl.ac.th/research/porjai. The Thai Central data was collected using Wang Data Market.
28
+
29
+ Since parts of this corpus are in the ML-SUPERB challenge, the test sets are not released in this github and would be released subsequently in ML-SUPERB.
30
+
31
+ The baseline models of our corpus are at
32
+
33
+ Thai-central: https://huggingface.co/SLSCU/thai-dialect_thai-central_model
34
+ Khummuang: https://huggingface.co/SLSCU/thai-dialect_khummuang_model
35
+ Korat: https://huggingface.co/SLSCU/thai-dialect_korat_model
36
+ Pattani: https://huggingface.co/SLSCU/thai-dialect_pattani_model
37
+
38
+ The Thai-dialect Corpus is licensed under CC-BY-SA 4.0. (https://creativecommons.org/licenses/by-sa/4.0/)
39
+
40
+ # Acknowledgements
41
+
42
+ This dataset was created with support from the PMU-C grant (Thai Language Automatic Speech Recognition Interface for Community E-Commerce, C10F630122) and compute support from the Apex cluster team. Some evaluation data was donated by Wang.
43
+
44
+ # Citation
45
+
46
+ @inproceedings{suwanbandit23_interspeech,
47
+ author={Artit Suwanbandit and Burin Naowarat and Orathai Sangpetch and Ekapol Chuangsuwanich},
48
+ title={{Thai Dialect Corpus and Transfer-based Curriculum Learning Investigation for Dialect Automatic Speech Recognition}},
49
+ year=2023,
50
+ booktitle={Proc. INTERSPEECH 2023},
51
+ pages={4069--4073},
52
+ doi={10.21437/Interspeech.2023-1828}
53
+ }