Datasets:
Upload data/_index.json with huggingface_hub
Browse files- data/_index.json +11 -0
data/_index.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": 1,
|
3 |
+
"fields": [
|
4 |
+
"sentence_id",
|
5 |
+
"text",
|
6 |
+
"audio",
|
7 |
+
"duration",
|
8 |
+
"speaker",
|
9 |
+
"sampling_rate"
|
10 |
+
]
|
11 |
+
}
|