leviethoang commited on
Commit
8e2e7a7
·
1 Parent(s): 0bde675

Create data_infos.json

Browse files
Files changed (1) hide show
  1. data_infos.json +46 -0
data_infos.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vi": {
3
+ "description": "VBVLSP",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "file_path": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "script": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "audio": {
19
+ "sampling_rate": 16000,
20
+ "mono": true,
21
+ "_storage_dtype": "struct",
22
+ "id": null,
23
+ "_type": "Audio"
24
+ }
25
+ },
26
+ "post_processed": null,
27
+ "supervised_keys": null,
28
+ "task_templates": [
29
+ {
30
+ "task": "automatic-speech-recognition",
31
+ "audio_file_path_column": "file_path",
32
+ "transcription_column": "script"
33
+ }
34
+ ],
35
+ "builder_name": "vbvlsp",
36
+ "config_name": "vi",
37
+ "version": {
38
+ "version_str": "0.2.0",
39
+ "description": "",
40
+ "major": 0,
41
+ "minor": 2,
42
+ "patch": 0
43
+ },
44
+ "post_processing_size": null
45
+ }
46
+ }