Datasets:
CMKL
/

Modalities:
Audio
Text
Formats:
parquet
Languages:
Thai
Libraries:
Datasets
pandas
License:
kvisalta commited on
Commit
8050370
·
verified ·
1 Parent(s): 0a8b0ff

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-nc-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: 464502838.88
18
- num_examples: 39361
19
- download_size: 445543336
20
- dataset_size: 464502838.88
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-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: 464502838.88
18
+ num_examples: 39361
19
+ download_size: 445543336
20
+ dataset_size: 464502838.88
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
27
+ # Porjai-Thai-voice-dataset-pattani
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.
31
+
32
+ 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.
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
+ ```