File size: 588 Bytes
4175ea5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{"th": 
    { 
    "features": {   
                    "path": {"dtype": "string", "id": null, "_type": "Value"}, 
                    "audio": {  "sampling_rate": 48000, "mono": true, "decode": true, "id": null, "_type": "Audio"}, 
                    "sentence": {"dtype": "string", "id": null, "_type": "Value"}
                }, 

    "post_processed": null, 
    "supervised_keys": null, 
    "task_templates": [{"task": "automatic-speech-recognition", 
                        "audio_file_path_column": "path", 
                        "transcription_column": "sentence"}]
    }
}