[email protected]
commited on
Commit
•
da6a50c
1
Parent(s):
d1be128
fix
Browse files- release_stats.py +1 -55
release_stats.py
CHANGED
@@ -1,56 +1,2 @@
|
|
1 |
|
2 |
-
STATS = {
|
3 |
-
'bundleURLTemplate': 'cv-corpus-11.0-2022-09-21/cv-corpus-11.0-2022-09-21-{locale}.tar.gz',
|
4 |
-
'date': '2022-09-21',
|
5 |
-
'name': 'Common Voice Corpus 11.0',
|
6 |
-
'multilingual': True,
|
7 |
-
'locales': {
|
8 |
-
'zh-CN': {
|
9 |
-
'buckets': {
|
10 |
-
'dev': 10581,
|
11 |
-
'invalidated': 21302,
|
12 |
-
'other': 698486,
|
13 |
-
'reported': 637,
|
14 |
-
'test': 10581,
|
15 |
-
'train': 29056,
|
16 |
-
'validated': 102525
|
17 |
-
},
|
18 |
-
'reportedSentences': 634,
|
19 |
-
'duration': 3742248732,
|
20 |
-
'clips': 822313,
|
21 |
-
'splits': {
|
22 |
-
'accent': {
|
23 |
-
'': 1
|
24 |
-
},
|
25 |
-
'age': {
|
26 |
-
'': 0.94,
|
27 |
-
'teens': 0.01,
|
28 |
-
'twenties': 0.04,
|
29 |
-
'thirties': 0.01,
|
30 |
-
'fourties': 0,
|
31 |
-
'nineties': 0,
|
32 |
-
'fifties': 0,
|
33 |
-
'sixties': 0
|
34 |
-
},
|
35 |
-
'gender': {
|
36 |
-
'': 0.94,
|
37 |
-
'male': 0.05,
|
38 |
-
'female': 0.01,
|
39 |
-
'other': 0
|
40 |
-
}
|
41 |
-
},
|
42 |
-
'users': 6400,
|
43 |
-
'size': 22132786891,
|
44 |
-
'checksum': 'd1168d8cf2fd2654fa74056f3b7a0ade9ccb46777efb52d27ccf4d3b3a1841c5',
|
45 |
-
'avgDurationSecs': 4.551,
|
46 |
-
'validDurationSecs': 466579.09,
|
47 |
-
'totalHrs': 1039.51,
|
48 |
-
'validHrs': 129.6
|
49 |
-
}
|
50 |
-
},
|
51 |
-
'totalDuration': 87156202251,
|
52 |
-
'totalValidDurationSecs': 59087456,
|
53 |
-
'totalHrs': 24210,
|
54 |
-
'totalValidHrs': 16413,
|
55 |
-
'version': '11.0.0'
|
56 |
-
}
|
|
|
1 |
|
2 |
+
STATS = {'bundleURLTemplate': 'cv-corpus-11.0-2022-09-21/cv-corpus-11.0-2022-09-21-{locale}.tar.gz', 'date': '2022-09-21', 'name': 'Common Voice Corpus 11.0', 'multilingual': True, 'locales': {'zh-CN': {'buckets': {'dev': 10581, 'invalidated': 21302, 'other': 698486, 'reported': 637, 'test': 10581, 'train': 29056, 'validated': 102525}, 'reportedSentences': 634, 'duration': 3742248732, 'clips': 822313, 'splits': {'accent': {'': 1}, 'age': {'': 0.94, 'teens': 0.01, 'twenties': 0.04, 'thirties': 0.01, 'fourties': 0, 'nineties': 0, 'fifties': 0, 'sixties': 0 }, 'gender': {'': 0.94, 'male': 0.05, 'female': 0.01, 'other': 0}}, 'users': 6400, 'size': 22132786891, 'checksum': 'd1168d8cf2fd2654fa74056f3b7a0ade9ccb46777efb52d27ccf4d3b3a1841c5', 'avgDurationSecs': 4.551, 'validDurationSecs': 466579.09, 'totalHrs': 1039.51, 'validHrs': 129.6}}, 'totalDuration': 87156202251, 'totalValidDurationSecs': 59087456, 'totalHrs': 24210, 'totalValidHrs': 16413, 'version': '11.0.0'}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|