Upload dataset_infos.json
Browse files- dataset_infos.json +15 -0
dataset_infos.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"th":
|
2 |
+
{
|
3 |
+
"features": {
|
4 |
+
"path": {"dtype": "string", "id": null, "_type": "Value"},
|
5 |
+
"audio": { "sampling_rate": 48000, "mono": true, "decode": true, "id": null, "_type": "Audio"},
|
6 |
+
"sentence": {"dtype": "string", "id": null, "_type": "Value"}
|
7 |
+
},
|
8 |
+
|
9 |
+
"post_processed": null,
|
10 |
+
"supervised_keys": null,
|
11 |
+
"task_templates": [{"task": "automatic-speech-recognition",
|
12 |
+
"audio_file_path_column": "path",
|
13 |
+
"transcription_column": "sentence"}]
|
14 |
+
}
|
15 |
+
}
|