bond005 commited on
Commit
1569190
1 Parent(s): 7eafa32

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +56 -0
dataset_infos.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sberdevices_golos_10h_crowd": {
3
+ "homepage": "https://www.openslr.org/114",
4
+ "license": "",
5
+ "features": {
6
+ "audio": {
7
+ "sampling_rate": 16000,
8
+ "mono": true,
9
+ "decode": true,
10
+ "id": null,
11
+ "_type": "Audio"
12
+ },
13
+ "transcription": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ }
18
+ },
19
+ "post_processed": null,
20
+ "supervised_keys": {
21
+ "input": "audio",
22
+ "output": "transcription"
23
+ },
24
+ "task_templates": [
25
+ {
26
+ "task": "automatic-speech-recognition",
27
+ "audio_column": "audio",
28
+ "transcription_column": "transcription"
29
+ }
30
+ ],
31
+ "builder_name": "sberdevices_golos_10h_crowd",
32
+ "splits": {
33
+ "train": {
34
+ "name": "train",
35
+ "num_bytes": 1035865109.026,
36
+ "num_examples": 7993,
37
+ "dataset_name": "sberdevices_golos_10h_crowd"
38
+ },
39
+ "validation": {
40
+ "name": "validation",
41
+ "num_bytes": 104084274.0,
42
+ "num_examples": 793,
43
+ "dataset_name": "sberdevices_golos_10h_crowd"
44
+ },
45
+ "test": {
46
+ "name": "test",
47
+ "num_bytes": 1298753395.436,
48
+ "num_examples": 9994,
49
+ "dataset_name": "sberdevices_golos_10h_crowd"
50
+ }
51
+ },
52
+ "download_size": 2272668046,
53
+ "dataset_size": 2438702778.462,
54
+ "size_in_bytes": 2438702778.462
55
+ }
56
+ }