commonvoice_17_0_en_codec2 / release_stats.py
Moosieus's picture
add metadata before audio
7582d66
raw
history blame
2.42 kB
STATS = {
"locales": {
"en": {
"buckets": {
"validated": 1799288,
"invalidated": 292773,
"dev": 16393,
"test": 16393,
"train": 1101170,
"other": 321347,
},
"duration": 12625984447,
"reportedSentences": 7928,
"validatedSentences": 1676433,
"unvalidatedSentences": 2294,
"clips": 2413408,
"splits": {
"accent": {},
"age": {
"": 0.36,
"twenties": 0.25,
"thirties": 0.14,
"teens": 0.06,
"fourties": 0.09,
"fifties": 0.05,
"sixties": 0.04,
"seventies": 0.01,
"eighties": 0,
"nineties": 0,
},
"gender": {
"": 0.38,
"male_masculine": 0.45,
"female_feminine": 0.17,
"transgender": 0,
"non-binary": 0,
"do_not_wish_to_say": 0,
},
"sentence_domain": {
"": 2413304,
"agriculture": 1,
"automotive": 0,
"finance": 0,
"food_service_retail": 6,
"general": 60,
"healthcare": 1,
"history_law_government": 1,
"language_fundamentals": 0,
"media_entertainment": 8,
"nature_environment": 9,
"news_current_affairs": 2,
"technology_robotics": 16,
},
},
"users": 92325,
"size": 88478352967,
"checksum": "e55889fb825803d8eea9deaddd7cae1421470464d892d75dcda670477ce2cb56",
"avgDurationSecs": 5.232,
"validDurationSecs": 9413154.47,
"totalHrs": 3507.21,
"validHrs": 2614.76,
},
},
"totalDuration": 12625984447,
"totalValidDurationSecs": 9413154.47,
"totalHrs": 3507.21,
"totalValidHrs": 2614.76,
"version": "17.0.0",
"date": "2024-03-25",
"name": "Common Voice Corpus 17.0 (EN codec2)",
"multilingual": True,
}