Datasets:
Delete loading script auxiliary file
Browse files- release_stats.py +0 -246
release_stats.py
DELETED
|
@@ -1,246 +0,0 @@
|
|
| 1 |
-
STATS = {"locales": {
|
| 2 |
-
"en": {
|
| 3 |
-
"buckets": {
|
| 4 |
-
"dev": 16401,
|
| 5 |
-
"test": 16401,
|
| 6 |
-
"train": 1138760,
|
| 7 |
-
"validated": 1855619,
|
| 8 |
-
"invalidated": 306854,
|
| 9 |
-
"other": 370737
|
| 10 |
-
},
|
| 11 |
-
"duration": 13382611387,
|
| 12 |
-
"reportedSentences": 9575,
|
| 13 |
-
"validatedSentences": 1680014,
|
| 14 |
-
"unvalidatedSentences": 35403,
|
| 15 |
-
"clips": 2533210,
|
| 16 |
-
"splits": {
|
| 17 |
-
"accent": {},
|
| 18 |
-
"age": {
|
| 19 |
-
"": 0.36,
|
| 20 |
-
"twenties": 0.25,
|
| 21 |
-
"thirties": 0.14,
|
| 22 |
-
"teens": 0.06,
|
| 23 |
-
"fourties": 0.09,
|
| 24 |
-
"fifties": 0.05,
|
| 25 |
-
"sixties": 0.04,
|
| 26 |
-
"seventies": 0.01,
|
| 27 |
-
"eighties": 0,
|
| 28 |
-
"nineties": 0
|
| 29 |
-
},
|
| 30 |
-
"gender": {
|
| 31 |
-
"": 0.39,
|
| 32 |
-
"male_masculine": 0.44,
|
| 33 |
-
"female_feminine": 0.18,
|
| 34 |
-
"transgender": 0,
|
| 35 |
-
"non-binary": 0,
|
| 36 |
-
"do_not_wish_to_say": 0
|
| 37 |
-
},
|
| 38 |
-
"sentence_domain": {
|
| 39 |
-
"": 2532173,
|
| 40 |
-
"agriculture_food": 147,
|
| 41 |
-
"automotive_transport": 7,
|
| 42 |
-
"finance": 42,
|
| 43 |
-
"service_retail": 28,
|
| 44 |
-
"general": 551,
|
| 45 |
-
"healthcare": 21,
|
| 46 |
-
"history_law_government": 69,
|
| 47 |
-
"language_fundamentals": 9,
|
| 48 |
-
"media_entertainment": 97,
|
| 49 |
-
"nature_environment": 41,
|
| 50 |
-
"news_current_affairs": 10,
|
| 51 |
-
"technology_robotics": 87
|
| 52 |
-
}
|
| 53 |
-
},
|
| 54 |
-
"users": 97925,
|
| 55 |
-
"size": 92908028734,
|
| 56 |
-
"checksum": "075ca496a0adc0b16bac6da3f77b92893a2b79ea524db0e8442f7dde11a87009",
|
| 57 |
-
"avgDurationSecs": 5.283,
|
| 58 |
-
"validDurationSecs": 9802988.287,
|
| 59 |
-
"totalHrs": 3717.39,
|
| 60 |
-
"validHrs": 2723.05
|
| 61 |
-
},
|
| 62 |
-
"ru": {
|
| 63 |
-
"buckets": {
|
| 64 |
-
"dev": 10243,
|
| 65 |
-
"test": 10244,
|
| 66 |
-
"train": 26654,
|
| 67 |
-
"validated": 171606,
|
| 68 |
-
"invalidated": 10469,
|
| 69 |
-
"other": 17601
|
| 70 |
-
},
|
| 71 |
-
"duration": 1035024192,
|
| 72 |
-
"reportedSentences": 570,
|
| 73 |
-
"validatedSentences": 47819,
|
| 74 |
-
"unvalidatedSentences": 227,
|
| 75 |
-
"clips": 199676,
|
| 76 |
-
"splits": {
|
| 77 |
-
"accent": {},
|
| 78 |
-
"age": {
|
| 79 |
-
"": 0.24,
|
| 80 |
-
"twenties": 0.33,
|
| 81 |
-
"thirties": 0.18,
|
| 82 |
-
"teens": 0.09,
|
| 83 |
-
"fourties": 0.14,
|
| 84 |
-
"fifties": 0.03,
|
| 85 |
-
"sixties": 0,
|
| 86 |
-
"seventies": 0,
|
| 87 |
-
"eighties": 0,
|
| 88 |
-
"nineties": 0
|
| 89 |
-
},
|
| 90 |
-
"gender": {
|
| 91 |
-
"": 0.26,
|
| 92 |
-
"male_masculine": 0.6,
|
| 93 |
-
"female_feminine": 0.15,
|
| 94 |
-
"transgender": 0,
|
| 95 |
-
"non-binary": 0,
|
| 96 |
-
"do_not_wish_to_say": 0
|
| 97 |
-
},
|
| 98 |
-
"sentence_domain": {
|
| 99 |
-
"": 199582,
|
| 100 |
-
"agriculture_food": 4,
|
| 101 |
-
"automotive_transport": 4,
|
| 102 |
-
"finance": 8,
|
| 103 |
-
"service_retail": 12,
|
| 104 |
-
"general": 33,
|
| 105 |
-
"healthcare": 4,
|
| 106 |
-
"history_law_government": 42,
|
| 107 |
-
"language_fundamentals": 4,
|
| 108 |
-
"media_entertainment": 11,
|
| 109 |
-
"nature_environment": 4,
|
| 110 |
-
"news_current_affairs": 0,
|
| 111 |
-
"technology_robotics": 5
|
| 112 |
-
}
|
| 113 |
-
},
|
| 114 |
-
"users": 3551,
|
| 115 |
-
"size": 6951943071,
|
| 116 |
-
"checksum": "804b57b724599373805a444b698cb3f6676731a93bb1b48911d00f3555a7b494",
|
| 117 |
-
"avgDurationSecs": 5.184,
|
| 118 |
-
"validDurationSecs": 889522.834,
|
| 119 |
-
"totalHrs": 287.5,
|
| 120 |
-
"validHrs": 247.08
|
| 121 |
-
},
|
| 122 |
-
"th": {
|
| 123 |
-
"buckets": {
|
| 124 |
-
"dev": 11057,
|
| 125 |
-
"test": 11057,
|
| 126 |
-
"train": 32959,
|
| 127 |
-
"validated": 148585,
|
| 128 |
-
"invalidated": 9348,
|
| 129 |
-
"other": 208030
|
| 130 |
-
},
|
| 131 |
-
"duration": 1534655424,
|
| 132 |
-
"reportedSentences": 4317,
|
| 133 |
-
"validatedSentences": 64490,
|
| 134 |
-
"unvalidatedSentences": 121698,
|
| 135 |
-
"clips": 365963,
|
| 136 |
-
"splits": {
|
| 137 |
-
"accent": {},
|
| 138 |
-
"age": {
|
| 139 |
-
"": 0.4,
|
| 140 |
-
"twenties": 0.24,
|
| 141 |
-
"thirties": 0.07,
|
| 142 |
-
"teens": 0.04,
|
| 143 |
-
"fourties": 0.04,
|
| 144 |
-
"fifties": 0.2,
|
| 145 |
-
"sixties": 0,
|
| 146 |
-
"seventies": 0,
|
| 147 |
-
"eighties": 0,
|
| 148 |
-
"nineties": 0
|
| 149 |
-
},
|
| 150 |
-
"gender": {
|
| 151 |
-
"": 0.41,
|
| 152 |
-
"male_masculine": 0.42,
|
| 153 |
-
"female_feminine": 0.17,
|
| 154 |
-
"transgender": 0,
|
| 155 |
-
"non-binary": 0,
|
| 156 |
-
"do_not_wish_to_say": 0
|
| 157 |
-
},
|
| 158 |
-
"sentence_domain": {
|
| 159 |
-
"": 365963,
|
| 160 |
-
"agriculture_food": 0,
|
| 161 |
-
"automotive_transport": 0,
|
| 162 |
-
"finance": 0,
|
| 163 |
-
"service_retail": 0,
|
| 164 |
-
"general": 0,
|
| 165 |
-
"healthcare": 0,
|
| 166 |
-
"history_law_government": 0,
|
| 167 |
-
"language_fundamentals": 0,
|
| 168 |
-
"media_entertainment": 0,
|
| 169 |
-
"nature_environment": 0,
|
| 170 |
-
"news_current_affairs": 0,
|
| 171 |
-
"technology_robotics": 0
|
| 172 |
-
}
|
| 173 |
-
},
|
| 174 |
-
"users": 7973,
|
| 175 |
-
"size": 8954733888,
|
| 176 |
-
"checksum": "a28a23a9096c6a573c91da3fda41b38916ecea488b077961906b334c3968f9e4",
|
| 177 |
-
"avgDurationSecs": 4.193,
|
| 178 |
-
"validDurationSecs": 623086.968,
|
| 179 |
-
"totalHrs": 426.29,
|
| 180 |
-
"validHrs": 173.07
|
| 181 |
-
},
|
| 182 |
-
"uk": {
|
| 183 |
-
"buckets": {
|
| 184 |
-
"dev": 10253,
|
| 185 |
-
"test": 10259,
|
| 186 |
-
"train": 26773,
|
| 187 |
-
"validated": 77626,
|
| 188 |
-
"invalidated": 3336,
|
| 189 |
-
"other": 8286
|
| 190 |
-
},
|
| 191 |
-
"duration": 414308760,
|
| 192 |
-
"reportedSentences": 655,
|
| 193 |
-
"validatedSentences": 212667,
|
| 194 |
-
"unvalidatedSentences": 1602,
|
| 195 |
-
"clips": 89248,
|
| 196 |
-
"splits": {
|
| 197 |
-
"accent": {},
|
| 198 |
-
"age": {
|
| 199 |
-
"": 0.23,
|
| 200 |
-
"twenties": 0.34,
|
| 201 |
-
"thirties": 0.25,
|
| 202 |
-
"teens": 0.09,
|
| 203 |
-
"fourties": 0.09,
|
| 204 |
-
"fifties": 0,
|
| 205 |
-
"sixties": 0,
|
| 206 |
-
"seventies": 0,
|
| 207 |
-
"eighties": 0,
|
| 208 |
-
"nineties": 0
|
| 209 |
-
},
|
| 210 |
-
"gender": {
|
| 211 |
-
"": 0.24,
|
| 212 |
-
"male_masculine": 0.59,
|
| 213 |
-
"female_feminine": 0.17,
|
| 214 |
-
"transgender": 0,
|
| 215 |
-
"non-binary": 0,
|
| 216 |
-
"do_not_wish_to_say": 0
|
| 217 |
-
},
|
| 218 |
-
"sentence_domain": {
|
| 219 |
-
"": 89248,
|
| 220 |
-
"agriculture_food": 0,
|
| 221 |
-
"automotive_transport": 0,
|
| 222 |
-
"finance": 0,
|
| 223 |
-
"service_retail": 0,
|
| 224 |
-
"general": 0,
|
| 225 |
-
"healthcare": 0,
|
| 226 |
-
"history_law_government": 0,
|
| 227 |
-
"language_fundamentals": 0,
|
| 228 |
-
"media_entertainment": 0,
|
| 229 |
-
"nature_environment": 0,
|
| 230 |
-
"news_current_affairs": 0,
|
| 231 |
-
"technology_robotics": 0
|
| 232 |
-
}
|
| 233 |
-
},
|
| 234 |
-
"users": 1146,
|
| 235 |
-
"size": 2722319924,
|
| 236 |
-
"checksum": "d5a8a7d126da081055108c0d08d9c3c511e3ab83f9bbae2d768b75ceb93a7e8f",
|
| 237 |
-
"avgDurationSecs": 4.642,
|
| 238 |
-
"validDurationSecs": 360356.891,
|
| 239 |
-
"totalHrs": 115.08,
|
| 240 |
-
"validHrs": 100.09
|
| 241 |
-
},
|
| 242 |
-
},
|
| 243 |
-
"totalDuration": 121737597979,
|
| 244 |
-
"totalValidDurationSecs": 81507729,
|
| 245 |
-
"totalHrs": 33815,
|
| 246 |
-
"totalValidHrs": 22640, "version": "22.0.0", "date": "2025-06-20", "name": "Common Voice Corpus 22.0", "multilingual": True}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|