Datasets:
CMKL
/

Modalities:
Audio
Text
Formats:
parquet
Languages:
Thai
Libraries:
Datasets
Dask
License:
kvisalta commited on
Commit
f3c76f2
1 Parent(s): 241b696

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -26
README.md CHANGED
@@ -1,26 +1,55 @@
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: thai_sentence
10
- dtype: string
11
- - name: dialect_type
12
- dtype: string
13
- - name: utterance
14
- dtype: string
15
- splits:
16
- - name: train
17
- num_bytes: 554017600.528
18
- num_examples: 40704
19
- download_size: 508770535
20
- dataset_size: 554017600.528
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: thai_sentence
10
+ dtype: string
11
+ - name: dialect_type
12
+ dtype: string
13
+ - name: utterance
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 554017600.528
18
+ num_examples: 40704
19
+ download_size: 508770535
20
+ dataset_size: 554017600.528
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
27
+ # Porjai-Thai-voice-dataset-korat
28
+ 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.
29
+
30
+ 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](https://www.wang.in.th/).
31
+
32
+ Since parts of this corpus are in the [ML-SUPERB](https://multilingual.superbbenchmark.org/) challenge, the test sets are not released in this github and would be released subsequently in ML-SUPERB.
33
+
34
+ The baseline models of our corpus are at:
35
+ [Thai-central](https://huggingface.co/SLSCU/thai-dialect_thai-central_model)
36
+ [Khummuang](https://huggingface.co/SLSCU/thai-dialect_khummuang_model)
37
+ [Korat](https://huggingface.co/SLSCU/thai-dialect_korat_model)
38
+ [Pattani](https://huggingface.co/SLSCU/thai-dialect_pattani_model)
39
+
40
+ The Thai-dialect Corpus is licensed under [CC-BY-SA 4.0.](https://creativecommons.org/licenses/by-sa/4.0/)
41
+
42
+ # Acknowledgements
43
+ 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.
44
+
45
+ # Citation
46
+ ```
47
+ @inproceedings{suwanbandit23_interspeech,
48
+ author={Artit Suwanbandit and Burin Naowarat and Orathai Sangpetch and Ekapol Chuangsuwanich},
49
+ title={{Thai Dialect Corpus and Transfer-based Curriculum Learning Investigation for Dialect Automatic Speech Recognition}},
50
+ year=2023,
51
+ booktitle={Proc. INTERSPEECH 2023},
52
+ pages={4069--4073},
53
+ doi={10.21437/Interspeech.2023-1828}
54
+ }
55
+ ```