Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,18 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
-
#
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
license: cc
|
24 |
+
task_categories:
|
25 |
+
- conversational
|
26 |
+
language:
|
27 |
+
- zh
|
28 |
+
size_categories:
|
29 |
+
- n<1K
|
30 |
---
|
31 |
+
# Chinese Speech Corpus
|
32 |
|
33 |
+
This dataset has been sourced from [SayIt](https://sayit.pdis.nat.gov.tw/), a specialized website focused on preserving transcripts and meeting notes. Presently, it encompasses a compilation of 653 dialogues, encompassing approximately 95,000 sentences along with their respective speakers.
|
34 |
+
|
35 |
+
## License
|
36 |
+
|
37 |
+
[CC0 License](https://creativecommons.org/share-your-work/public-domain/cc0/)
|