Upload word_count_stats.json
Browse files- word_count_stats.json +12 -0
word_count_stats.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_models_with_cards": 1247149,
|
| 3 |
+
"cards_with_content": 1240806,
|
| 4 |
+
"average_word_count": 378.574773171632,
|
| 5 |
+
"median_word_count": 235.0,
|
| 6 |
+
"min_word_count": 3,
|
| 7 |
+
"max_word_count": 5000,
|
| 8 |
+
"std_word_count": 456.6750819598379,
|
| 9 |
+
"cards_with_gt_1000_words": 45126,
|
| 10 |
+
"cards_with_lt_100_words": 408526,
|
| 11 |
+
"average_card_length": 3575.60150952292
|
| 12 |
+
}
|