JorangHorse
commited on
Commit
•
997adce
1
Parent(s):
99a1f3c
Create dataset_infos.json
Browse files- dataset_infos.json +22 -0
dataset_infos.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"JorangHorse-Test-Dataset": {
|
3 |
+
"description": "Kaldi-based Korean ASR open-source project",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"audio": {
|
9 |
+
"sampling_rate": 16000,
|
10 |
+
"mono": true,
|
11 |
+
"decode": true,
|
12 |
+
"id": null,
|
13 |
+
"_type": "Audio"
|
14 |
+
},
|
15 |
+
"text": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
}
|
20 |
+
}
|
21 |
+
}
|
22 |
+
}
|