bond005 commited on
Commit
c93949f
1 Parent(s): df2ffd1

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_100h_farfield": {
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_100h_farfield",
32
+ "splits": {
33
+ "train": {
34
+ "name": "train",
35
+ "num_bytes": 1184033456.78,
36
+ "num_examples": 9570,
37
+ "dataset_name": "sberdevices_golos_100h_farfield"
38
+ },
39
+ "validation": {
40
+ "name": "validation",
41
+ "num_bytes": 117357162.0,
42
+ "num_examples": 933,
43
+ "dataset_name": "sberdevices_golos_100h_farfield"
44
+ },
45
+ "test": {
46
+ "name": "test",
47
+ "num_bytes": 163309132.384,
48
+ "num_examples": 1916,
49
+ "dataset_name": "sberdevices_golos_100h_farfield"
50
+ }
51
+ },
52
+ "download_size": 85607466,
53
+ "dataset_size": 1464699751.164,
54
+ "size_in_bytes": 1464699751.164
55
+ }
56
+ }