Upload dataset_info.json
Browse files- dataset_info.json +33 -33
dataset_info.json
CHANGED
@@ -1,36 +1,36 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
|
|
|
|
|
|
21 |
}
|
22 |
-
}
|
23 |
-
"features": {
|
24 |
-
"id": "string",
|
25 |
-
"audio": {
|
26 |
-
"type": "audio",
|
27 |
-
"sampling_rate": 16000
|
28 |
-
},
|
29 |
-
"sentence": "string",
|
30 |
-
"duration": "float",
|
31 |
-
"age": "string",
|
32 |
-
"gender": "string",
|
33 |
-
"accents": "string",
|
34 |
-
"locale": "string"
|
35 |
-
}
|
36 |
-
}
|
|
|
1 |
{
|
2 |
+
"description": "This dataset is designed for speech-to-text (STT) tasks with a focus on the Uzbek language. It contains audio recordings stored as tar archives along with their corresponding transcript files in TSV format.",
|
3 |
+
"citation": "@misc{dataset_stt2025, title={Dataset_STT}, author={Your Name}, year={2025}}",
|
4 |
+
"homepage": "https://huggingface.co/datasets/Elyordev/Dataset_STT",
|
5 |
+
"license": "MIT",
|
6 |
+
"splits": {
|
7 |
+
"train": {
|
8 |
+
"name": "train",
|
9 |
+
"num_bytes": 17344000000,
|
10 |
+
"num_examples": 0
|
11 |
+
},
|
12 |
+
"test": {
|
13 |
+
"name": "test",
|
14 |
+
"num_bytes": 2178000000,
|
15 |
+
"num_examples": 0
|
16 |
+
},
|
17 |
+
"validation": {
|
18 |
+
"name": "validation",
|
19 |
+
"num_bytes": 2178100000,
|
20 |
+
"num_examples": 0
|
21 |
+
}
|
22 |
},
|
23 |
+
"features": {
|
24 |
+
"id": "string",
|
25 |
+
"audio": {
|
26 |
+
"type": "audio",
|
27 |
+
"sampling_rate": 16000
|
28 |
+
},
|
29 |
+
"sentence": "string",
|
30 |
+
"duration": "float",
|
31 |
+
"age": "string",
|
32 |
+
"gender": "string",
|
33 |
+
"accents": "string",
|
34 |
+
"locale": "string"
|
35 |
}
|
36 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|