bond005 commited on
Commit
23b7d41
1 Parent(s): 47f4e01

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
+ "sova_rudevices": {
3
+ "homepage": "https://github.com/sovaai/sova-dataset",
4
+ "license": "cc-by-4.0",
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": "sova_rudevices",
32
+ "splits": {
33
+ "train": {
34
+ "name": "train",
35
+ "num_bytes": 9487140364.61,
36
+ "num_examples": 81607,
37
+ "dataset_name": "sova_rudevices"
38
+ },
39
+ "validation": {
40
+ "name": "validation",
41
+ "num_bytes": 662045510.11,
42
+ "num_examples": 5835,
43
+ "dataset_name": "sova_rudevices"
44
+ },
45
+ "test": {
46
+ "name": "test",
47
+ "num_bytes": 683203255.518,
48
+ "num_examples": 5799,
49
+ "dataset_name": "sova_rudevices"
50
+ }
51
+ },
52
+ "download_size": 10670575333,
53
+ "dataset_size": 10832389130.238,
54
+ "size_in_bytes": 10832389130.238
55
+ }
56
+ }