mteb 2.0.4__py3-none-any.whl → 2.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. mteb/descriptive_stats/BitextMining/BUCC.json +70 -40
  2. mteb/descriptive_stats/Classification/DKHateClassification.json +40 -24
  3. mteb/descriptive_stats/Classification/FinancialPhrasebankClassification.json +23 -15
  4. mteb/descriptive_stats/Classification/ImdbClassification.json +40 -24
  5. mteb/descriptive_stats/Classification/KorHateClassification.json +23 -15
  6. mteb/descriptive_stats/Clustering/ArxivClusteringP2P.json +555 -550
  7. mteb/descriptive_stats/Clustering/ArxivClusteringP2P.v2.json +546 -541
  8. mteb/descriptive_stats/Clustering/ArxivClusteringS2S.json +555 -550
  9. mteb/descriptive_stats/Clustering/MLSUMClusteringP2P.json +2466 -2416
  10. mteb/descriptive_stats/Clustering/RedditClusteringP2P.json +1365 -1360
  11. mteb/descriptive_stats/Clustering/SNLClustering.json +378 -373
  12. mteb/descriptive_stats/Clustering/SwednClustering.json +28 -23
  13. mteb/descriptive_stats/Clustering/VGClustering.json +54 -49
  14. mteb/descriptive_stats/Image/Any2AnyMultilingualRetrieval/WITT2IRetrieval.json +324 -204
  15. mteb/descriptive_stats/Image/Any2AnyRetrieval/MemotionI2TRetrieval.json +28 -18
  16. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRAirbnbSyntheticRetrieval.json +334 -0
  17. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRGitHubReadmeRetrieval.json +544 -0
  18. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRTweetStockSyntheticsRetrieval.json +334 -0
  19. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRWikimediaCommonsDocumentsRetrieval.json +634 -0
  20. mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2ESGReportsRetrieval.json +154 -0
  21. mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2EconomicsReportsRetrieval.json +154 -0
  22. mteb/descriptive_stats/Image/ImageClassification/Imagenet1k.json +6039 -3007
  23. mteb/descriptive_stats/Image/ZeroShotClassification/Imagenet1kZeroShot.json +3024 -3010
  24. mteb/descriptive_stats/Image/ZeroShotClassification/PatchCamelyonZeroShot.json +30 -16
  25. mteb/descriptive_stats/Reranking/MIRACLReranking.json +555 -479
  26. mteb/descriptive_stats/Reranking/MindSmallReranking.json +29 -25
  27. mteb/descriptive_stats/Retrieval/AlloprofRetrieval.json +25 -26
  28. mteb/descriptive_stats/Retrieval/Code1Retrieval.json +30 -0
  29. mteb/descriptive_stats/Retrieval/DanFEVER.json +25 -26
  30. mteb/descriptive_stats/Retrieval/EnglishFinance1Retrieval.json +30 -0
  31. mteb/descriptive_stats/Retrieval/EnglishFinance2Retrieval.json +30 -0
  32. mteb/descriptive_stats/Retrieval/EnglishFinance3Retrieval.json +30 -0
  33. mteb/descriptive_stats/Retrieval/EnglishFinance4Retrieval.json +30 -0
  34. mteb/descriptive_stats/Retrieval/EnglishHealthcare1Retrieval.json +30 -0
  35. mteb/descriptive_stats/Retrieval/French1Retrieval.json +30 -0
  36. mteb/descriptive_stats/Retrieval/FrenchLegal1Retrieval.json +30 -0
  37. mteb/descriptive_stats/Retrieval/German1Retrieval.json +30 -0
  38. mteb/descriptive_stats/Retrieval/GermanHealthcare1Retrieval.json +30 -0
  39. mteb/descriptive_stats/Retrieval/GermanLegal1Retrieval.json +30 -0
  40. mteb/descriptive_stats/Retrieval/JapaneseCode1Retrieval.json +30 -0
  41. mteb/descriptive_stats/Retrieval/JapaneseLegal1Retrieval.json +30 -0
  42. mteb/descriptive_stats/Retrieval/MIRACLRetrieval.json +475 -494
  43. mteb/descriptive_stats/Retrieval/MSMARCO-Fa.json +25 -26
  44. mteb/descriptive_stats/Retrieval/MSMARCO.json +25 -84
  45. mteb/descriptive_stats/Retrieval/Touche2020.json +25 -26
  46. mteb/descriptive_stats/Summarization/SummEval.json +27 -50
  47. mteb/descriptive_stats/Summarization/SummEvalFr.json +27 -50
  48. mteb/models/model_implementations/kalm_models.py +29 -0
  49. mteb/tasks/bitext_mining/multilingual/bucc_bitext_mining.py +1 -1
  50. mteb/tasks/classification/eng/financial_phrasebank_classification.py +0 -3
  51. mteb/tasks/classification/kor/kor_hate_classification.py +0 -12
  52. mteb/tasks/clustering/swe/swedn_clustering.py +2 -2
  53. mteb/tasks/retrieval/multilingual/vdr_multilingual_retrieval.py +1 -1
  54. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/METADATA +1 -1
  55. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/RECORD +59 -40
  56. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/WHEEL +0 -0
  57. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/entry_points.txt +0 -0
  58. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/licenses/LICENSE +0 -0
  59. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/top_level.txt +0 -0
@@ -1,1365 +1,1370 @@
1
1
  {
2
2
  "test": {
3
- "num_samples": 10,
4
- "number_of_characters": 459399,
5
- "min_text_length": 1942,
6
- "average_text_length": 45939.9,
7
- "max_text_length": 92303,
8
- "unique_texts": 431517,
9
- "min_labels_per_text": 1,
10
- "average_labels_per_text": 45939.9,
11
- "max_labels_per_text": 77908,
12
- "unique_labels": 450,
13
- "labels": {
14
- "FortNiteBR": {
15
- "count": 436
16
- },
17
- "buildapc": {
18
- "count": 8484
19
- },
20
- "offmychest": {
21
- "count": 570
22
- },
23
- "nus": {
24
- "count": 45
25
- },
26
- "relationship_advice": {
27
- "count": 16651
28
- },
29
- "premed": {
30
- "count": 201
31
- },
32
- "dogecoin": {
33
- "count": 8108
34
- },
35
- "GamingLaptops": {
36
- "count": 183
37
- },
38
- "asktransgender": {
39
- "count": 326
40
- },
41
- "MachineLearning": {
42
- "count": 61
43
- },
44
- "puppy101": {
45
- "count": 1597
46
- },
47
- "GunAccessoriesForSale": {
48
- "count": 2619
49
- },
50
- "Random_Acts_Of_Amazon": {
51
- "count": 1115
52
- },
53
- "Catholicism": {
54
- "count": 183
55
- },
56
- "MonsterHunter": {
57
- "count": 218
58
- },
59
- "tipofmypenis": {
60
- "count": 87
61
- },
62
- "samsung": {
63
- "count": 69
64
- },
65
- "PersonalFinanceCanada": {
66
- "count": 341
67
- },
68
- "Dyson_Sphere_Program": {
69
- "count": 55
70
- },
71
- "bleach": {
72
- "count": 41
73
- },
74
- "AmItheAsshole": {
75
- "count": 3730
76
- },
77
- "WallStreetbetsELITE": {
78
- "count": 328
79
- },
80
- "GlobalPowers": {
81
- "count": 35
82
- },
83
- "ABraThatFits": {
84
- "count": 159
85
- },
86
- "PokemonGoFriends": {
87
- "count": 1165
88
- },
89
- "NoMansSkyTheGame": {
90
- "count": 259
91
- },
92
- "masseffect": {
93
- "count": 233
94
- },
95
- "dating_advice": {
96
- "count": 559
97
- },
98
- "yoga": {
99
- "count": 50
100
- },
101
- "depression": {
102
- "count": 515
103
- },
104
- "COVID19positive": {
105
- "count": 180
106
- },
107
- "generationology": {
108
- "count": 37
109
- },
110
- "feedthebeast": {
111
- "count": 192
112
- },
113
- "EliteDangerous": {
114
- "count": 270
115
- },
116
- "alcoholicsanonymous": {
117
- "count": 93
118
- },
119
- "GoRVing": {
120
- "count": 35
121
- },
122
- "thedivision": {
123
- "count": 111
124
- },
125
- "breakingmom": {
126
- "count": 105
127
- },
128
- "AskAnAmerican": {
129
- "count": 80
130
- },
131
- "HypnoFair": {
132
- "count": 5
133
- },
134
- "JustUnsubbed": {
135
- "count": 13
136
- },
137
- "socialanxiety": {
138
- "count": 123
139
- },
140
- "dirtykikpals": {
141
- "count": 202
142
- },
143
- "askTO": {
144
- "count": 126
145
- },
146
- "AskCulinary": {
147
- "count": 108
148
- },
149
- "Bogleheads": {
150
- "count": 71
151
- },
152
- "dragonquest": {
153
- "count": 45
154
- },
155
- "NoContract": {
156
- "count": 30
157
- },
158
- "gorillaz": {
159
- "count": 14
160
- },
161
- "MondoGore": {
162
- "count": 8
163
- },
164
- "comicswap": {
165
- "count": 56
166
- },
167
- "VirtualYoutubers": {
168
- "count": 92
169
- },
170
- "Gta5Modding": {
171
- "count": 28
172
- },
173
- "obs": {
174
- "count": 61
175
- },
176
- "vcu": {
177
- "count": 9
178
- },
179
- "KingkillerChronicle": {
180
- "count": 17
181
- },
182
- "AmongUs": {
183
- "count": 41
184
- },
185
- "wireshark": {
186
- "count": 3
187
- },
188
- "Dodocodes": {
189
- "count": 46
190
- },
191
- "Aliexpress": {
192
- "count": 40
193
- },
194
- "LearnerDriverUK": {
195
- "count": 12
196
- },
197
- "PanicAttack": {
198
- "count": 23
199
- },
200
- "KassadinMains": {
201
- "count": 10
202
- },
203
- "islam": {
204
- "count": 93
205
- },
206
- "chronotrigger": {
207
- "count": 4
208
- },
209
- "skincareexchange": {
210
- "count": 13
211
- },
212
- "PokemonHome": {
213
- "count": 21
214
- },
215
- "survivinginfidelity": {
216
- "count": 71
217
- },
218
- "auntienetwork": {
219
- "count": 1
220
- },
221
- "igcse": {
222
- "count": 21
223
- },
224
- "C25K": {
225
- "count": 21
226
- },
227
- "aorus": {
228
- "count": 2
229
- },
230
- "idleon": {
231
- "count": 19
232
- },
233
- "photography": {
234
- "count": 22
235
- },
236
- "cryptocoins": {
237
- "count": 7
238
- },
239
- "CanaryWharfBets": {
240
- "count": 7
241
- },
242
- "KillingEve": {
243
- "count": 7
244
- },
245
- "GameBuilderGarage": {
246
- "count": 16
247
- },
248
- "SauceSharingCommunity": {
249
- "count": 7
250
- },
251
- "turo": {
252
- "count": 9
253
- },
254
- "foodscience": {
255
- "count": 14
256
- },
257
- "HIMYM": {
258
- "count": 20
259
- },
260
- "HauntingOfHillHouse": {
261
- "count": 4
262
- },
263
- "GoodNotes": {
264
- "count": 8
265
- },
266
- "RedditWritesSeinfeld": {
267
- "count": 6
268
- },
269
- "AirReps": {
270
- "count": 2
271
- },
272
- "CRISPR": {
273
- "count": 1
274
- },
275
- "ADHD": {
276
- "count": 3811
277
- },
278
- "BuddyCrossing": {
279
- "count": 446
280
- },
281
- "libraryofruina": {
282
- "count": 98
283
- },
284
- "SluttyConfessions": {
285
- "count": 2787
286
- },
287
- "tipofmytongue": {
288
- "count": 7145
289
- },
290
- "fleshlight": {
291
- "count": 128
292
- },
293
- "amcstock": {
294
- "count": 13910
295
- },
296
- "teenagers": {
297
- "count": 77908
298
- },
299
- "suggestmeabook": {
300
- "count": 1540
301
- },
302
- "dirtypenpals": {
303
- "count": 5587
304
- },
305
- "MinecraftServer": {
306
- "count": 177
307
- },
308
- "CreditCards": {
309
- "count": 669
310
- },
311
- "Guitar": {
312
- "count": 10952
313
- },
314
- "rpg": {
315
- "count": 529
316
- },
317
- "NoFap": {
318
- "count": 14853
319
- },
320
- "lfg": {
321
- "count": 1093
322
- },
323
- "MarsWallStreet": {
324
- "count": 935
325
- },
326
- "SummonSign": {
327
- "count": 931
328
- },
329
- "AssassinsCreedValhala": {
330
- "count": 295
331
- },
332
- "hoi4": {
333
- "count": 432
334
- },
335
- "Coins4Sale": {
336
- "count": 260
337
- },
338
- "xbox": {
339
- "count": 459
340
- },
341
- "TooAfraidToAsk": {
342
- "count": 7404
343
- },
344
- "NBA2k": {
345
- "count": 553
346
- },
347
- "KGBTR": {
348
- "count": 943
349
- },
350
- "roblox": {
351
- "count": 220
352
- },
353
- "salesforce": {
354
- "count": 214
355
- },
356
- "TwoXChromosomes": {
357
- "count": 1736
358
- },
359
- "mechmarket": {
360
- "count": 4863
361
- },
362
- "Gaming_Headsets": {
363
- "count": 103
364
- },
365
- "pittsburgh": {
366
- "count": 189
367
- },
368
- "CryptoMars": {
369
- "count": 1606
370
- },
371
- "FridayNightFunkin": {
372
- "count": 378
373
- },
374
- "vaginismus": {
375
- "count": 122
376
- },
377
- "transpositive": {
378
- "count": 10
379
- },
380
- "comicbooks": {
381
- "count": 274
382
- },
383
- "ValorantBrasil": {
384
- "count": 1
385
- },
386
- "BDSMcommunity": {
387
- "count": 185
388
- },
389
- "aliens": {
390
- "count": 201
391
- },
392
- "Scotch": {
393
- "count": 64
394
- },
395
- "KikRoleplay": {
396
- "count": 141
397
- },
398
- "Kayaking": {
399
- "count": 91
400
- },
401
- "196": {
402
- "count": 47
403
- },
404
- "digimon": {
405
- "count": 140
406
- },
407
- "Evernote": {
408
- "count": 42
409
- },
410
- "logh": {
411
- "count": 22
412
- },
413
- "arlington": {
414
- "count": 15
415
- },
416
- "Adopted": {
417
- "count": 8
418
- },
419
- "DissonautUniverse": {
420
- "count": 4
421
- },
422
- "Midsommar": {
423
- "count": 12
424
- },
425
- "SofiawithanF": {
426
- "count": 83
427
- },
428
- "xmpp": {
429
- "count": 6
430
- },
431
- "ZombsRoyale": {
432
- "count": 16
433
- },
434
- "accesscontrol": {
435
- "count": 8
436
- },
437
- "WetlanderHumor": {
438
- "count": 2
439
- },
440
- "imaginarypenpals": {
441
- "count": 1
442
- },
443
- "PoonamPandeyFanatics": {
444
- "count": 2
445
- },
446
- "Bariloche": {
447
- "count": 1
448
- },
449
- "screenplaychallenge": {
450
- "count": 2
451
- },
452
- "scatstories": {
453
- "count": 2
454
- },
455
- "techsupport": {
456
- "count": 290
457
- },
458
- "whatcarshouldIbuy": {
459
- "count": 79
460
- },
461
- "Stormlight_Archive": {
462
- "count": 15
463
- },
464
- "deadbydaylight": {
465
- "count": 126
466
- },
467
- "bicycling": {
468
- "count": 27
469
- },
470
- "oculus": {
471
- "count": 64
472
- },
473
- "Cartalk": {
474
- "count": 33
475
- },
476
- "Sims4": {
477
- "count": 43
478
- },
479
- "NoFeeAC": {
480
- "count": 95
481
- },
482
- "Crypto_com": {
483
- "count": 37
484
- },
485
- "ITCareerQuestions": {
486
- "count": 259
487
- },
488
- "aromantic": {
489
- "count": 18
490
- },
491
- "Revu": {
492
- "count": 3
493
- },
494
- "exalted": {
495
- "count": 2
496
- },
497
- "HilariaBaldwin": {
498
- "count": 20
499
- },
500
- "Testosterone": {
501
- "count": 35
502
- },
503
- "Screenwriting": {
504
- "count": 170
505
- },
506
- "LifeProTips": {
507
- "count": 49
508
- },
509
- "steinsgate": {
510
- "count": 13
511
- },
512
- "Baystreetbets": {
513
- "count": 10
514
- },
515
- "AskGirls": {
516
- "count": 7
517
- },
518
- "idlechampions": {
519
- "count": 7
520
- },
521
- "facebook": {
522
- "count": 17
523
- },
524
- "tf2trade": {
525
- "count": 4
526
- },
527
- "mfdoom": {
528
- "count": 3
529
- },
530
- "FiddlesticksMains": {
531
- "count": 2
532
- },
533
- "HFY": {
534
- "count": 10
535
- },
536
- "FiestaST": {
537
- "count": 2
538
- },
539
- "TherosDMs": {
540
- "count": 1
541
- },
542
- "whatsthatbook": {
543
- "count": 994
544
- },
545
- "GearsOfWar": {
546
- "count": 879
547
- },
548
- "KazuhaMains": {
549
- "count": 175
550
- },
551
- "RepTime": {
552
- "count": 211
553
- },
554
- "AstroGaming": {
555
- "count": 141
556
- },
557
- "metalgearsolid": {
558
- "count": 152
559
- },
560
- "qBittorrent": {
561
- "count": 39
562
- },
563
- "ELLIPAL_Official": {
564
- "count": 24
565
- },
566
- "raisedbynarcissists": {
567
- "count": 4895
568
- },
569
- "unpopularopinion": {
570
- "count": 14901
571
- },
572
- "ACTrade": {
573
- "count": 5679
574
- },
575
- "askcarsales": {
576
- "count": 1339
577
- },
578
- "AskVet": {
579
- "count": 1357
580
- },
581
- "whowouldwin": {
582
- "count": 4493
583
- },
584
- "playstation": {
585
- "count": 1362
586
- },
587
- "anime": {
588
- "count": 6531
589
- },
590
- "GME": {
591
- "count": 12577
592
- },
593
- "DotA2": {
594
- "count": 2004
595
- },
596
- "cryptostreetbets": {
597
- "count": 2241
598
- },
599
- "MonsterHunterWorld": {
600
- "count": 698
601
- },
602
- "Market76": {
603
- "count": 14274
604
- },
605
- "DnD": {
606
- "count": 5092
607
- },
608
- "leagueoflegends": {
609
- "count": 3683
610
- },
611
- "doordash_drivers": {
612
- "count": 1626
613
- },
614
- "theta_network": {
615
- "count": 489
616
- },
617
- "exmuslim": {
618
- "count": 1369
619
- },
620
- "gonewildaudio": {
621
- "count": 2998
622
- },
623
- "conspiracy": {
624
- "count": 3587
625
- },
626
- "heroesofthestorm": {
627
- "count": 535
628
- },
629
- "FanFiction": {
630
- "count": 2782
631
- },
632
- "Doom": {
633
- "count": 1251
634
- },
635
- "texas": {
636
- "count": 269
637
- },
638
- "Vent": {
639
- "count": 1738
640
- },
641
- "selfimprovement": {
642
- "count": 1284
643
- },
644
- "youtubers": {
645
- "count": 706
646
- },
647
- "askseddit": {
648
- "count": 237
649
- },
650
- "boardgames": {
651
- "count": 1237
652
- },
653
- "bravelydefault": {
654
- "count": 347
655
- },
656
- "ConquerorsBlade": {
657
- "count": 238
658
- },
659
- "ChronicPain": {
660
- "count": 527
661
- },
662
- "teenagersnew": {
663
- "count": 256
664
- },
665
- "brasil": {
666
- "count": 1092
667
- },
668
- "MatthiasSubmissions": {
669
- "count": 921
670
- },
671
- "MarylandUnemployment": {
672
- "count": 314
673
- },
674
- "SaltLakeCity": {
675
- "count": 411
676
- },
677
- "BokunoheroFanfiction": {
678
- "count": 155
679
- },
680
- "BenignExistence": {
681
- "count": 125
682
- },
683
- "GayYoungOldDating": {
684
- "count": 156
685
- },
686
- "Bible": {
687
- "count": 202
688
- },
689
- "haskell": {
690
- "count": 154
691
- },
692
- "seduction": {
693
- "count": 400
694
- },
695
- "fantasywriters": {
696
- "count": 262
697
- },
698
- "HiveOS": {
699
- "count": 100
700
- },
701
- "PerkByDaylight": {
702
- "count": 15
703
- },
704
- "Hedgehog": {
705
- "count": 73
706
- },
707
- "xmen": {
708
- "count": 263
709
- },
710
- "HyperRP": {
711
- "count": 122
712
- },
713
- "emotestories": {
714
- "count": 3
715
- },
716
- "tutanota": {
717
- "count": 135
718
- },
719
- "CultoftheFranklin": {
720
- "count": 46
721
- },
722
- "langrisser": {
723
- "count": 62
724
- },
725
- "CozyGrove": {
726
- "count": 61
727
- },
728
- "Sverigesforsvarsmakt": {
729
- "count": 12
730
- },
731
- "silverbugbets": {
732
- "count": 21
733
- },
734
- "WreckingBallMains": {
735
- "count": 5
736
- },
737
- "capitalism_in_decay": {
738
- "count": 8
739
- },
740
- "paintdotnet": {
741
- "count": 11
742
- },
743
- "u_mawadom118": {
744
- "count": 4
745
- },
746
- "xboxfindfriends": {
747
- "count": 2
748
- },
749
- "candlemagick": {
750
- "count": 1
751
- },
752
- "CPTSD": {
753
- "count": 540
754
- },
755
- "destiny2": {
756
- "count": 318
757
- },
758
- "Wallstreetsilver": {
759
- "count": 1013
760
- },
761
- "DestinyTheGame": {
762
- "count": 1107
763
- },
764
- "blackopscoldwar": {
765
- "count": 400
766
- },
767
- "InstacartShoppers": {
768
- "count": 202
769
- },
770
- "RocketLeagueExchange": {
771
- "count": 832
772
- },
773
- "apexlegends": {
774
- "count": 3265
775
- },
776
- "kansascity": {
777
- "count": 53
778
- },
779
- "namenerds": {
780
- "count": 235
781
- },
782
- "help": {
783
- "count": 152
784
- },
785
- "Kengan_Ashura": {
786
- "count": 132
787
- },
788
- "thetagang": {
789
- "count": 165
790
- },
791
- "GameSale": {
792
- "count": 262
793
- },
794
- "Reduction": {
795
- "count": 109
796
- },
797
- "sex": {
798
- "count": 906
799
- },
800
- "bostonr4r": {
801
- "count": 75
802
- },
803
- "LegendsOfRuneterra": {
804
- "count": 231
805
- },
806
- "overlord": {
807
- "count": 48
808
- },
809
- "madisonwi": {
810
- "count": 53
811
- },
812
- "steelseries": {
813
- "count": 79
814
- },
815
- "ClashOfClansRecruit": {
816
- "count": 214
817
- },
818
- "CharacterRant": {
819
- "count": 55
820
- },
821
- "AirForce": {
822
- "count": 94
823
- },
824
- "sexstories": {
825
- "count": 92
826
- },
827
- "NameThatSong": {
828
- "count": 162
829
- },
830
- "depressed": {
831
- "count": 74
832
- },
833
- "ibs": {
834
- "count": 150
835
- },
836
- "40kLore": {
837
- "count": 269
838
- },
839
- "podcasts": {
840
- "count": 88
841
- },
842
- "miraculousladybug": {
843
- "count": 150
844
- },
845
- "ask": {
846
- "count": 224
847
- },
848
- "EverMerge": {
849
- "count": 31
850
- },
851
- "TMJ": {
852
- "count": 54
853
- },
854
- "BitLifeApp": {
855
- "count": 39
856
- },
857
- "FireEmblemHeroes": {
858
- "count": 100
859
- },
860
- "software": {
861
- "count": 62
862
- },
863
- "ShieldAndroidTV": {
864
- "count": 70
865
- },
866
- "GriefSupport": {
867
- "count": 125
868
- },
869
- "onewheel": {
870
- "count": 37
871
- },
872
- "MensRights": {
873
- "count": 80
874
- },
875
- "nhl": {
876
- "count": 22
877
- },
878
- "ClashOfClans": {
879
- "count": 107
880
- },
881
- "ps3homebrew": {
882
- "count": 33
883
- },
884
- "LightNovels": {
885
- "count": 77
886
- },
887
- "redsox": {
888
- "count": 34
889
- },
890
- "CryptoMarkets": {
891
- "count": 44
892
- },
893
- "ugly": {
894
- "count": 47
895
- },
896
- "GCXRep": {
897
- "count": 12
898
- },
899
- "cscareerquestionsEU": {
900
- "count": 65
901
- },
902
- "MindHunter": {
903
- "count": 6
904
- },
905
- "starcraft2coop": {
906
- "count": 15
907
- },
908
- "nanocurrency": {
909
- "count": 1421
910
- },
911
- "ModelCars": {
912
- "count": 8
913
- },
914
- "UKJobs": {
915
- "count": 30
916
- },
917
- "Netherlands": {
918
- "count": 44
919
- },
920
- "clonewars": {
921
- "count": 8
922
- },
923
- "Julia": {
924
- "count": 11
925
- },
926
- "Prolactinoma": {
927
- "count": 9
928
- },
929
- "sofi": {
930
- "count": 11
931
- },
932
- "royalfamily": {
933
- "count": 6
934
- },
935
- "ConnecticutR4R": {
936
- "count": 8
937
- },
938
- "weather": {
939
- "count": 5
940
- },
941
- "oneui": {
942
- "count": 7
943
- },
944
- "KTM": {
945
- "count": 5
946
- },
947
- "Aerials": {
948
- "count": 3
949
- },
950
- "seoul": {
951
- "count": 2
952
- },
953
- "visualization": {
954
- "count": 1
955
- },
956
- "exjw": {
957
- "count": 3281
958
- },
959
- "ModernMagic": {
960
- "count": 699
961
- },
962
- "Paladins": {
963
- "count": 1242
964
- },
965
- "kdramarecommends": {
966
- "count": 1611
967
- },
968
- "hitbtc": {
969
- "count": 330
970
- },
971
- "endocrinology": {
972
- "count": 75
973
- },
974
- "Bath": {
975
- "count": 43
976
- },
977
- "NassauCountyHookups": {
978
- "count": 5
979
- },
980
- "feminineboys": {
981
- "count": 1248
982
- },
983
- "dreamsmp": {
984
- "count": 2018
985
- },
986
- "SquaredCircle": {
987
- "count": 2255
988
- },
989
- "Minecraft": {
990
- "count": 8753
991
- },
992
- "spirituality": {
993
- "count": 1809
994
- },
995
- "Eldenring": {
996
- "count": 1471
997
- },
998
- "Sat": {
999
- "count": 1172
1000
- },
1001
- "bonnaroo": {
1002
- "count": 194
1003
- },
1004
- "gardening": {
1005
- "count": 1892
1006
- },
1007
- "Unemployment": {
1008
- "count": 6185
1009
- },
1010
- "mac": {
1011
- "count": 1847
1012
- },
1013
- "Bestbuy": {
1014
- "count": 437
1015
- },
1016
- "quittingkratom": {
1017
- "count": 1081
1018
- },
1019
- "lawschooladmissions": {
1020
- "count": 3436
1021
- },
1022
- "NiceHash": {
1023
- "count": 2135
1024
- },
1025
- "McMaster": {
1026
- "count": 815
1027
- },
1028
- "covidlonghaulers": {
1029
- "count": 1299
1030
- },
1031
- "stalker": {
1032
- "count": 758
1033
- },
1034
- "MLBTheShow": {
1035
- "count": 2721
1036
- },
1037
- "FortniteCompetitive": {
1038
- "count": 998
1039
- },
1040
- "dpdr": {
1041
- "count": 514
1042
- },
1043
- "appliancerepair": {
1044
- "count": 720
1045
- },
1046
- "thomasthetankengine": {
1047
- "count": 207
1048
- },
1049
- "delhi": {
1050
- "count": 217
1051
- },
1052
- "Huel": {
1053
- "count": 300
1054
- },
1055
- "leafs": {
1056
- "count": 203
1057
- },
1058
- "HotWheels": {
1059
- "count": 170
1060
- },
1061
- "90dayfianceuncensored": {
1062
- "count": 550
1063
- },
1064
- "Throwers": {
1065
- "count": 142
1066
- },
1067
- "Wavyhair": {
1068
- "count": 270
1069
- },
1070
- "CryptoHorde": {
1071
- "count": 128
1072
- },
1073
- "ShuumatsuNoValkyrie": {
1074
- "count": 453
1075
- },
1076
- "TeensMeetTeens": {
1077
- "count": 432
1078
- },
1079
- "dbrand": {
1080
- "count": 108
1081
- },
1082
- "SLFmeetups": {
1083
- "count": 18
1084
- },
1085
- "1200isplentyketo": {
1086
- "count": 48
1087
- },
1088
- "passive_income": {
1089
- "count": 211
1090
- },
1091
- "BroadCity": {
1092
- "count": 16
1093
- },
1094
- "RevenantMain": {
1095
- "count": 71
1096
- },
1097
- "extrarfl": {
1098
- "count": 25
1099
- },
1100
- "AgonGame": {
1101
- "count": 5
1102
- },
1103
- "FitnessDE": {
1104
- "count": 3
1105
- },
1106
- "RomanianWolves": {
1107
- "count": 1
1108
- },
1109
- "gaming": {
1110
- "count": 1277
1111
- },
1112
- "livesound": {
1113
- "count": 91
1114
- },
1115
- "IBO": {
1116
- "count": 1896
1117
- },
1118
- "EscapefromTarkov": {
1119
- "count": 1300
1120
- },
1121
- "amex": {
1122
- "count": 145
1123
- },
1124
- "DMAcademy": {
1125
- "count": 1411
1126
- },
1127
- "VinylCollectors": {
1128
- "count": 556
1129
- },
1130
- "cardano": {
1131
- "count": 716
1132
- },
1133
- "brave_browser": {
1134
- "count": 159
1135
- },
1136
- "dating": {
1137
- "count": 952
1138
- },
1139
- "OculusQuest": {
1140
- "count": 942
1141
- },
1142
- "Superstonk": {
1143
- "count": 3089
1144
- },
1145
- "MtF": {
1146
- "count": 957
1147
- },
1148
- "findaleague": {
1149
- "count": 207
1150
- },
1151
- "Nioh": {
1152
- "count": 398
1153
- },
1154
- "IRS": {
1155
- "count": 715
1156
- },
1157
- "transgendercirclejerk": {
1158
- "count": 353
1159
- },
1160
- "learnmath": {
1161
- "count": 489
1162
- },
1163
- "piano": {
1164
- "count": 263
1165
- },
1166
- "LeagueConnect": {
1167
- "count": 216
1168
- },
1169
- "eu4": {
1170
- "count": 561
1171
- },
1172
- "Wordpress": {
1173
- "count": 345
1174
- },
1175
- "RoleplayingForReddit": {
1176
- "count": 31
1177
- },
1178
- "LOONA": {
1179
- "count": 89
1180
- },
1181
- "newtothenavy": {
1182
- "count": 167
1183
- },
1184
- "HaircareScience": {
1185
- "count": 118
1186
- },
1187
- "appletv": {
1188
- "count": 167
1189
- },
1190
- "sissypersonals": {
1191
- "count": 102
1192
- },
1193
- "raleigh": {
1194
- "count": 168
1195
- },
1196
- "realonlyfansreviews": {
1197
- "count": 21
1198
- },
1199
- "AskGames": {
1200
- "count": 49
1201
- },
1202
- "PokemonTCG": {
1203
- "count": 325
1204
- },
1205
- "controlgame": {
1206
- "count": 109
1207
- },
1208
- "GoogleDataStudio": {
1209
- "count": 16
1210
- },
1211
- "WhiteWolfRPG": {
1212
- "count": 139
1213
- },
1214
- "MECoOp": {
1215
- "count": 31
1216
- },
1217
- "snuffrp": {
1218
- "count": 46
1219
- },
1220
- "lockpicking": {
1221
- "count": 103
1222
- },
1223
- "wicked_edge": {
1224
- "count": 105
1225
- },
1226
- "BMW": {
1227
- "count": 99
1228
- },
1229
- "choiceofgames": {
1230
- "count": 24
1231
- },
1232
- "hisdarkmaterials": {
1233
- "count": 12
1234
- },
1235
- "SakuraGakuin": {
1236
- "count": 24
1237
- },
1238
- "detrans": {
1239
- "count": 55
1240
- },
1241
- "Smallville": {
1242
- "count": 37
1243
- },
1244
- "kingofqueens": {
1245
- "count": 7
1246
- },
1247
- "JamesHoffmann": {
1248
- "count": 22
1249
- },
1250
- "stashinvest": {
1251
- "count": 16
1252
- },
1253
- "ABA": {
1254
- "count": 79
1255
- },
1256
- "ladybusiness": {
1257
- "count": 10
1258
- },
1259
- "gamegrumps": {
1260
- "count": 32
1261
- },
1262
- "GodEater": {
1263
- "count": 21
1264
- },
1265
- "tomorrow": {
1266
- "count": 39
1267
- },
1268
- "Tomorrowland": {
1269
- "count": 9
1270
- },
1271
- "graylog": {
1272
- "count": 1
1273
- },
1274
- "BlackCountryNewRoad": {
1275
- "count": 5
1276
- },
1277
- "STAYC": {
1278
- "count": 3
1279
- },
1280
- "SatoshiStreetBets": {
1281
- "count": 3828
1282
- },
1283
- "AskLosAngeles": {
1284
- "count": 1036
1285
- },
1286
- "buildapcforme": {
1287
- "count": 1689
1288
- },
1289
- "ApplyingToCollege": {
1290
- "count": 10675
1291
- },
1292
- "watercooling": {
1293
- "count": 1209
1294
- },
1295
- "BreakUps": {
1296
- "count": 4914
1297
- },
1298
- "FIFA": {
1299
- "count": 3811
1300
- },
1301
- "emacs": {
1302
- "count": 712
1303
- },
1304
- "trakstocks": {
1305
- "count": 691
1306
- },
1307
- "Shittyaskflying": {
1308
- "count": 147
1309
- },
1310
- "AmazonFC": {
1311
- "count": 1178
1312
- },
1313
- "stocks": {
1314
- "count": 4610
1315
- },
1316
- "BangaloreMains": {
1317
- "count": 26
1318
- },
1319
- "pokemon": {
1320
- "count": 3953
1321
- },
1322
- "religion": {
1323
- "count": 684
1324
- },
1325
- "cuboulder": {
1326
- "count": 269
1327
- },
1328
- "self": {
1329
- "count": 1688
1330
- },
1331
- "tarot": {
1332
- "count": 912
1333
- },
1334
- "turtles": {
1335
- "count": 49
1336
- },
1337
- "TheMagnusArchives": {
1338
- "count": 300
1339
- },
1340
- "Superhero_Ideas": {
1341
- "count": 34
1342
- },
1343
- "NTU": {
1344
- "count": 308
1345
- },
1346
- "touhou": {
1347
- "count": 623
1348
- },
1349
- "JoJolion": {
1350
- "count": 50
1351
- },
1352
- "lasers": {
1353
- "count": 27
1354
- },
1355
- "popperpigs": {
1356
- "count": 67
1357
- },
1358
- "aggretsuko": {
1359
- "count": 20
1360
- },
1361
- "Library": {
1362
- "count": 5
3
+ "num_samples": 459399,
4
+ "text_statistics": {
5
+ "total_text_length": 334299996,
6
+ "min_text_length": 79,
7
+ "average_text_length": 727.6898643662698,
8
+ "max_text_length": 4359,
9
+ "unique_texts": 431517
10
+ },
11
+ "image_statistics": null,
12
+ "label_statistics": {
13
+ "min_labels_per_text": 1,
14
+ "average_label_per_text": 1.0,
15
+ "max_labels_per_text": 1,
16
+ "unique_labels": 450,
17
+ "labels": {
18
+ "FortNiteBR": {
19
+ "count": 436
20
+ },
21
+ "buildapc": {
22
+ "count": 8484
23
+ },
24
+ "offmychest": {
25
+ "count": 570
26
+ },
27
+ "nus": {
28
+ "count": 45
29
+ },
30
+ "relationship_advice": {
31
+ "count": 16651
32
+ },
33
+ "premed": {
34
+ "count": 201
35
+ },
36
+ "dogecoin": {
37
+ "count": 8108
38
+ },
39
+ "GamingLaptops": {
40
+ "count": 183
41
+ },
42
+ "asktransgender": {
43
+ "count": 326
44
+ },
45
+ "MachineLearning": {
46
+ "count": 61
47
+ },
48
+ "puppy101": {
49
+ "count": 1597
50
+ },
51
+ "GunAccessoriesForSale": {
52
+ "count": 2619
53
+ },
54
+ "Random_Acts_Of_Amazon": {
55
+ "count": 1115
56
+ },
57
+ "Catholicism": {
58
+ "count": 183
59
+ },
60
+ "MonsterHunter": {
61
+ "count": 218
62
+ },
63
+ "tipofmypenis": {
64
+ "count": 87
65
+ },
66
+ "samsung": {
67
+ "count": 69
68
+ },
69
+ "PersonalFinanceCanada": {
70
+ "count": 341
71
+ },
72
+ "Dyson_Sphere_Program": {
73
+ "count": 55
74
+ },
75
+ "bleach": {
76
+ "count": 41
77
+ },
78
+ "AmItheAsshole": {
79
+ "count": 3730
80
+ },
81
+ "WallStreetbetsELITE": {
82
+ "count": 328
83
+ },
84
+ "GlobalPowers": {
85
+ "count": 35
86
+ },
87
+ "ABraThatFits": {
88
+ "count": 159
89
+ },
90
+ "PokemonGoFriends": {
91
+ "count": 1165
92
+ },
93
+ "NoMansSkyTheGame": {
94
+ "count": 259
95
+ },
96
+ "masseffect": {
97
+ "count": 233
98
+ },
99
+ "dating_advice": {
100
+ "count": 559
101
+ },
102
+ "yoga": {
103
+ "count": 50
104
+ },
105
+ "depression": {
106
+ "count": 515
107
+ },
108
+ "COVID19positive": {
109
+ "count": 180
110
+ },
111
+ "generationology": {
112
+ "count": 37
113
+ },
114
+ "feedthebeast": {
115
+ "count": 192
116
+ },
117
+ "EliteDangerous": {
118
+ "count": 270
119
+ },
120
+ "alcoholicsanonymous": {
121
+ "count": 93
122
+ },
123
+ "GoRVing": {
124
+ "count": 35
125
+ },
126
+ "thedivision": {
127
+ "count": 111
128
+ },
129
+ "breakingmom": {
130
+ "count": 105
131
+ },
132
+ "AskAnAmerican": {
133
+ "count": 80
134
+ },
135
+ "HypnoFair": {
136
+ "count": 5
137
+ },
138
+ "JustUnsubbed": {
139
+ "count": 13
140
+ },
141
+ "socialanxiety": {
142
+ "count": 123
143
+ },
144
+ "dirtykikpals": {
145
+ "count": 202
146
+ },
147
+ "askTO": {
148
+ "count": 126
149
+ },
150
+ "AskCulinary": {
151
+ "count": 108
152
+ },
153
+ "Bogleheads": {
154
+ "count": 71
155
+ },
156
+ "dragonquest": {
157
+ "count": 45
158
+ },
159
+ "NoContract": {
160
+ "count": 30
161
+ },
162
+ "gorillaz": {
163
+ "count": 14
164
+ },
165
+ "MondoGore": {
166
+ "count": 8
167
+ },
168
+ "comicswap": {
169
+ "count": 56
170
+ },
171
+ "VirtualYoutubers": {
172
+ "count": 92
173
+ },
174
+ "Gta5Modding": {
175
+ "count": 28
176
+ },
177
+ "obs": {
178
+ "count": 61
179
+ },
180
+ "vcu": {
181
+ "count": 9
182
+ },
183
+ "KingkillerChronicle": {
184
+ "count": 17
185
+ },
186
+ "AmongUs": {
187
+ "count": 41
188
+ },
189
+ "wireshark": {
190
+ "count": 3
191
+ },
192
+ "Dodocodes": {
193
+ "count": 46
194
+ },
195
+ "Aliexpress": {
196
+ "count": 40
197
+ },
198
+ "LearnerDriverUK": {
199
+ "count": 12
200
+ },
201
+ "PanicAttack": {
202
+ "count": 23
203
+ },
204
+ "KassadinMains": {
205
+ "count": 10
206
+ },
207
+ "islam": {
208
+ "count": 93
209
+ },
210
+ "chronotrigger": {
211
+ "count": 4
212
+ },
213
+ "skincareexchange": {
214
+ "count": 13
215
+ },
216
+ "PokemonHome": {
217
+ "count": 21
218
+ },
219
+ "survivinginfidelity": {
220
+ "count": 71
221
+ },
222
+ "auntienetwork": {
223
+ "count": 1
224
+ },
225
+ "igcse": {
226
+ "count": 21
227
+ },
228
+ "C25K": {
229
+ "count": 21
230
+ },
231
+ "aorus": {
232
+ "count": 2
233
+ },
234
+ "idleon": {
235
+ "count": 19
236
+ },
237
+ "photography": {
238
+ "count": 22
239
+ },
240
+ "cryptocoins": {
241
+ "count": 7
242
+ },
243
+ "CanaryWharfBets": {
244
+ "count": 7
245
+ },
246
+ "KillingEve": {
247
+ "count": 7
248
+ },
249
+ "GameBuilderGarage": {
250
+ "count": 16
251
+ },
252
+ "SauceSharingCommunity": {
253
+ "count": 7
254
+ },
255
+ "turo": {
256
+ "count": 9
257
+ },
258
+ "foodscience": {
259
+ "count": 14
260
+ },
261
+ "HIMYM": {
262
+ "count": 20
263
+ },
264
+ "HauntingOfHillHouse": {
265
+ "count": 4
266
+ },
267
+ "GoodNotes": {
268
+ "count": 8
269
+ },
270
+ "RedditWritesSeinfeld": {
271
+ "count": 6
272
+ },
273
+ "AirReps": {
274
+ "count": 2
275
+ },
276
+ "CRISPR": {
277
+ "count": 1
278
+ },
279
+ "ADHD": {
280
+ "count": 3811
281
+ },
282
+ "BuddyCrossing": {
283
+ "count": 446
284
+ },
285
+ "libraryofruina": {
286
+ "count": 98
287
+ },
288
+ "SluttyConfessions": {
289
+ "count": 2787
290
+ },
291
+ "tipofmytongue": {
292
+ "count": 7145
293
+ },
294
+ "fleshlight": {
295
+ "count": 128
296
+ },
297
+ "amcstock": {
298
+ "count": 13910
299
+ },
300
+ "teenagers": {
301
+ "count": 77908
302
+ },
303
+ "suggestmeabook": {
304
+ "count": 1540
305
+ },
306
+ "dirtypenpals": {
307
+ "count": 5587
308
+ },
309
+ "MinecraftServer": {
310
+ "count": 177
311
+ },
312
+ "CreditCards": {
313
+ "count": 669
314
+ },
315
+ "Guitar": {
316
+ "count": 10952
317
+ },
318
+ "rpg": {
319
+ "count": 529
320
+ },
321
+ "NoFap": {
322
+ "count": 14853
323
+ },
324
+ "lfg": {
325
+ "count": 1093
326
+ },
327
+ "MarsWallStreet": {
328
+ "count": 935
329
+ },
330
+ "SummonSign": {
331
+ "count": 931
332
+ },
333
+ "AssassinsCreedValhala": {
334
+ "count": 295
335
+ },
336
+ "hoi4": {
337
+ "count": 432
338
+ },
339
+ "Coins4Sale": {
340
+ "count": 260
341
+ },
342
+ "xbox": {
343
+ "count": 459
344
+ },
345
+ "TooAfraidToAsk": {
346
+ "count": 7404
347
+ },
348
+ "NBA2k": {
349
+ "count": 553
350
+ },
351
+ "KGBTR": {
352
+ "count": 943
353
+ },
354
+ "roblox": {
355
+ "count": 220
356
+ },
357
+ "salesforce": {
358
+ "count": 214
359
+ },
360
+ "TwoXChromosomes": {
361
+ "count": 1736
362
+ },
363
+ "mechmarket": {
364
+ "count": 4863
365
+ },
366
+ "Gaming_Headsets": {
367
+ "count": 103
368
+ },
369
+ "pittsburgh": {
370
+ "count": 189
371
+ },
372
+ "CryptoMars": {
373
+ "count": 1606
374
+ },
375
+ "FridayNightFunkin": {
376
+ "count": 378
377
+ },
378
+ "vaginismus": {
379
+ "count": 122
380
+ },
381
+ "transpositive": {
382
+ "count": 10
383
+ },
384
+ "comicbooks": {
385
+ "count": 274
386
+ },
387
+ "ValorantBrasil": {
388
+ "count": 1
389
+ },
390
+ "BDSMcommunity": {
391
+ "count": 185
392
+ },
393
+ "aliens": {
394
+ "count": 201
395
+ },
396
+ "Scotch": {
397
+ "count": 64
398
+ },
399
+ "KikRoleplay": {
400
+ "count": 141
401
+ },
402
+ "Kayaking": {
403
+ "count": 91
404
+ },
405
+ "196": {
406
+ "count": 47
407
+ },
408
+ "digimon": {
409
+ "count": 140
410
+ },
411
+ "Evernote": {
412
+ "count": 42
413
+ },
414
+ "logh": {
415
+ "count": 22
416
+ },
417
+ "arlington": {
418
+ "count": 15
419
+ },
420
+ "Adopted": {
421
+ "count": 8
422
+ },
423
+ "DissonautUniverse": {
424
+ "count": 4
425
+ },
426
+ "Midsommar": {
427
+ "count": 12
428
+ },
429
+ "SofiawithanF": {
430
+ "count": 83
431
+ },
432
+ "xmpp": {
433
+ "count": 6
434
+ },
435
+ "ZombsRoyale": {
436
+ "count": 16
437
+ },
438
+ "accesscontrol": {
439
+ "count": 8
440
+ },
441
+ "WetlanderHumor": {
442
+ "count": 2
443
+ },
444
+ "imaginarypenpals": {
445
+ "count": 1
446
+ },
447
+ "PoonamPandeyFanatics": {
448
+ "count": 2
449
+ },
450
+ "Bariloche": {
451
+ "count": 1
452
+ },
453
+ "screenplaychallenge": {
454
+ "count": 2
455
+ },
456
+ "scatstories": {
457
+ "count": 2
458
+ },
459
+ "techsupport": {
460
+ "count": 290
461
+ },
462
+ "whatcarshouldIbuy": {
463
+ "count": 79
464
+ },
465
+ "Stormlight_Archive": {
466
+ "count": 15
467
+ },
468
+ "deadbydaylight": {
469
+ "count": 126
470
+ },
471
+ "bicycling": {
472
+ "count": 27
473
+ },
474
+ "oculus": {
475
+ "count": 64
476
+ },
477
+ "Cartalk": {
478
+ "count": 33
479
+ },
480
+ "Sims4": {
481
+ "count": 43
482
+ },
483
+ "NoFeeAC": {
484
+ "count": 95
485
+ },
486
+ "Crypto_com": {
487
+ "count": 37
488
+ },
489
+ "ITCareerQuestions": {
490
+ "count": 259
491
+ },
492
+ "aromantic": {
493
+ "count": 18
494
+ },
495
+ "Revu": {
496
+ "count": 3
497
+ },
498
+ "exalted": {
499
+ "count": 2
500
+ },
501
+ "HilariaBaldwin": {
502
+ "count": 20
503
+ },
504
+ "Testosterone": {
505
+ "count": 35
506
+ },
507
+ "Screenwriting": {
508
+ "count": 170
509
+ },
510
+ "LifeProTips": {
511
+ "count": 49
512
+ },
513
+ "steinsgate": {
514
+ "count": 13
515
+ },
516
+ "Baystreetbets": {
517
+ "count": 10
518
+ },
519
+ "AskGirls": {
520
+ "count": 7
521
+ },
522
+ "idlechampions": {
523
+ "count": 7
524
+ },
525
+ "facebook": {
526
+ "count": 17
527
+ },
528
+ "tf2trade": {
529
+ "count": 4
530
+ },
531
+ "mfdoom": {
532
+ "count": 3
533
+ },
534
+ "FiddlesticksMains": {
535
+ "count": 2
536
+ },
537
+ "HFY": {
538
+ "count": 10
539
+ },
540
+ "FiestaST": {
541
+ "count": 2
542
+ },
543
+ "TherosDMs": {
544
+ "count": 1
545
+ },
546
+ "whatsthatbook": {
547
+ "count": 994
548
+ },
549
+ "GearsOfWar": {
550
+ "count": 879
551
+ },
552
+ "KazuhaMains": {
553
+ "count": 175
554
+ },
555
+ "RepTime": {
556
+ "count": 211
557
+ },
558
+ "AstroGaming": {
559
+ "count": 141
560
+ },
561
+ "metalgearsolid": {
562
+ "count": 152
563
+ },
564
+ "qBittorrent": {
565
+ "count": 39
566
+ },
567
+ "ELLIPAL_Official": {
568
+ "count": 24
569
+ },
570
+ "raisedbynarcissists": {
571
+ "count": 4895
572
+ },
573
+ "unpopularopinion": {
574
+ "count": 14901
575
+ },
576
+ "ACTrade": {
577
+ "count": 5679
578
+ },
579
+ "askcarsales": {
580
+ "count": 1339
581
+ },
582
+ "AskVet": {
583
+ "count": 1357
584
+ },
585
+ "whowouldwin": {
586
+ "count": 4493
587
+ },
588
+ "playstation": {
589
+ "count": 1362
590
+ },
591
+ "anime": {
592
+ "count": 6531
593
+ },
594
+ "GME": {
595
+ "count": 12577
596
+ },
597
+ "DotA2": {
598
+ "count": 2004
599
+ },
600
+ "cryptostreetbets": {
601
+ "count": 2241
602
+ },
603
+ "MonsterHunterWorld": {
604
+ "count": 698
605
+ },
606
+ "Market76": {
607
+ "count": 14274
608
+ },
609
+ "DnD": {
610
+ "count": 5092
611
+ },
612
+ "leagueoflegends": {
613
+ "count": 3683
614
+ },
615
+ "doordash_drivers": {
616
+ "count": 1626
617
+ },
618
+ "theta_network": {
619
+ "count": 489
620
+ },
621
+ "exmuslim": {
622
+ "count": 1369
623
+ },
624
+ "gonewildaudio": {
625
+ "count": 2998
626
+ },
627
+ "conspiracy": {
628
+ "count": 3587
629
+ },
630
+ "heroesofthestorm": {
631
+ "count": 535
632
+ },
633
+ "FanFiction": {
634
+ "count": 2782
635
+ },
636
+ "Doom": {
637
+ "count": 1251
638
+ },
639
+ "texas": {
640
+ "count": 269
641
+ },
642
+ "Vent": {
643
+ "count": 1738
644
+ },
645
+ "selfimprovement": {
646
+ "count": 1284
647
+ },
648
+ "youtubers": {
649
+ "count": 706
650
+ },
651
+ "askseddit": {
652
+ "count": 237
653
+ },
654
+ "boardgames": {
655
+ "count": 1237
656
+ },
657
+ "bravelydefault": {
658
+ "count": 347
659
+ },
660
+ "ConquerorsBlade": {
661
+ "count": 238
662
+ },
663
+ "ChronicPain": {
664
+ "count": 527
665
+ },
666
+ "teenagersnew": {
667
+ "count": 256
668
+ },
669
+ "brasil": {
670
+ "count": 1092
671
+ },
672
+ "MatthiasSubmissions": {
673
+ "count": 921
674
+ },
675
+ "MarylandUnemployment": {
676
+ "count": 314
677
+ },
678
+ "SaltLakeCity": {
679
+ "count": 411
680
+ },
681
+ "BokunoheroFanfiction": {
682
+ "count": 155
683
+ },
684
+ "BenignExistence": {
685
+ "count": 125
686
+ },
687
+ "GayYoungOldDating": {
688
+ "count": 156
689
+ },
690
+ "Bible": {
691
+ "count": 202
692
+ },
693
+ "haskell": {
694
+ "count": 154
695
+ },
696
+ "seduction": {
697
+ "count": 400
698
+ },
699
+ "fantasywriters": {
700
+ "count": 262
701
+ },
702
+ "HiveOS": {
703
+ "count": 100
704
+ },
705
+ "PerkByDaylight": {
706
+ "count": 15
707
+ },
708
+ "Hedgehog": {
709
+ "count": 73
710
+ },
711
+ "xmen": {
712
+ "count": 263
713
+ },
714
+ "HyperRP": {
715
+ "count": 122
716
+ },
717
+ "emotestories": {
718
+ "count": 3
719
+ },
720
+ "tutanota": {
721
+ "count": 135
722
+ },
723
+ "CultoftheFranklin": {
724
+ "count": 46
725
+ },
726
+ "langrisser": {
727
+ "count": 62
728
+ },
729
+ "CozyGrove": {
730
+ "count": 61
731
+ },
732
+ "Sverigesforsvarsmakt": {
733
+ "count": 12
734
+ },
735
+ "silverbugbets": {
736
+ "count": 21
737
+ },
738
+ "WreckingBallMains": {
739
+ "count": 5
740
+ },
741
+ "capitalism_in_decay": {
742
+ "count": 8
743
+ },
744
+ "paintdotnet": {
745
+ "count": 11
746
+ },
747
+ "u_mawadom118": {
748
+ "count": 4
749
+ },
750
+ "xboxfindfriends": {
751
+ "count": 2
752
+ },
753
+ "candlemagick": {
754
+ "count": 1
755
+ },
756
+ "CPTSD": {
757
+ "count": 540
758
+ },
759
+ "destiny2": {
760
+ "count": 318
761
+ },
762
+ "Wallstreetsilver": {
763
+ "count": 1013
764
+ },
765
+ "DestinyTheGame": {
766
+ "count": 1107
767
+ },
768
+ "blackopscoldwar": {
769
+ "count": 400
770
+ },
771
+ "InstacartShoppers": {
772
+ "count": 202
773
+ },
774
+ "RocketLeagueExchange": {
775
+ "count": 832
776
+ },
777
+ "apexlegends": {
778
+ "count": 3265
779
+ },
780
+ "kansascity": {
781
+ "count": 53
782
+ },
783
+ "namenerds": {
784
+ "count": 235
785
+ },
786
+ "help": {
787
+ "count": 152
788
+ },
789
+ "Kengan_Ashura": {
790
+ "count": 132
791
+ },
792
+ "thetagang": {
793
+ "count": 165
794
+ },
795
+ "GameSale": {
796
+ "count": 262
797
+ },
798
+ "Reduction": {
799
+ "count": 109
800
+ },
801
+ "sex": {
802
+ "count": 906
803
+ },
804
+ "bostonr4r": {
805
+ "count": 75
806
+ },
807
+ "LegendsOfRuneterra": {
808
+ "count": 231
809
+ },
810
+ "overlord": {
811
+ "count": 48
812
+ },
813
+ "madisonwi": {
814
+ "count": 53
815
+ },
816
+ "steelseries": {
817
+ "count": 79
818
+ },
819
+ "ClashOfClansRecruit": {
820
+ "count": 214
821
+ },
822
+ "CharacterRant": {
823
+ "count": 55
824
+ },
825
+ "AirForce": {
826
+ "count": 94
827
+ },
828
+ "sexstories": {
829
+ "count": 92
830
+ },
831
+ "NameThatSong": {
832
+ "count": 162
833
+ },
834
+ "depressed": {
835
+ "count": 74
836
+ },
837
+ "ibs": {
838
+ "count": 150
839
+ },
840
+ "40kLore": {
841
+ "count": 269
842
+ },
843
+ "podcasts": {
844
+ "count": 88
845
+ },
846
+ "miraculousladybug": {
847
+ "count": 150
848
+ },
849
+ "ask": {
850
+ "count": 224
851
+ },
852
+ "EverMerge": {
853
+ "count": 31
854
+ },
855
+ "TMJ": {
856
+ "count": 54
857
+ },
858
+ "BitLifeApp": {
859
+ "count": 39
860
+ },
861
+ "FireEmblemHeroes": {
862
+ "count": 100
863
+ },
864
+ "software": {
865
+ "count": 62
866
+ },
867
+ "ShieldAndroidTV": {
868
+ "count": 70
869
+ },
870
+ "GriefSupport": {
871
+ "count": 125
872
+ },
873
+ "onewheel": {
874
+ "count": 37
875
+ },
876
+ "MensRights": {
877
+ "count": 80
878
+ },
879
+ "nhl": {
880
+ "count": 22
881
+ },
882
+ "ClashOfClans": {
883
+ "count": 107
884
+ },
885
+ "ps3homebrew": {
886
+ "count": 33
887
+ },
888
+ "LightNovels": {
889
+ "count": 77
890
+ },
891
+ "redsox": {
892
+ "count": 34
893
+ },
894
+ "CryptoMarkets": {
895
+ "count": 44
896
+ },
897
+ "ugly": {
898
+ "count": 47
899
+ },
900
+ "GCXRep": {
901
+ "count": 12
902
+ },
903
+ "cscareerquestionsEU": {
904
+ "count": 65
905
+ },
906
+ "MindHunter": {
907
+ "count": 6
908
+ },
909
+ "starcraft2coop": {
910
+ "count": 15
911
+ },
912
+ "nanocurrency": {
913
+ "count": 1421
914
+ },
915
+ "ModelCars": {
916
+ "count": 8
917
+ },
918
+ "UKJobs": {
919
+ "count": 30
920
+ },
921
+ "Netherlands": {
922
+ "count": 44
923
+ },
924
+ "clonewars": {
925
+ "count": 8
926
+ },
927
+ "Julia": {
928
+ "count": 11
929
+ },
930
+ "Prolactinoma": {
931
+ "count": 9
932
+ },
933
+ "sofi": {
934
+ "count": 11
935
+ },
936
+ "royalfamily": {
937
+ "count": 6
938
+ },
939
+ "ConnecticutR4R": {
940
+ "count": 8
941
+ },
942
+ "weather": {
943
+ "count": 5
944
+ },
945
+ "oneui": {
946
+ "count": 7
947
+ },
948
+ "KTM": {
949
+ "count": 5
950
+ },
951
+ "Aerials": {
952
+ "count": 3
953
+ },
954
+ "seoul": {
955
+ "count": 2
956
+ },
957
+ "visualization": {
958
+ "count": 1
959
+ },
960
+ "exjw": {
961
+ "count": 3281
962
+ },
963
+ "ModernMagic": {
964
+ "count": 699
965
+ },
966
+ "Paladins": {
967
+ "count": 1242
968
+ },
969
+ "kdramarecommends": {
970
+ "count": 1611
971
+ },
972
+ "hitbtc": {
973
+ "count": 330
974
+ },
975
+ "endocrinology": {
976
+ "count": 75
977
+ },
978
+ "Bath": {
979
+ "count": 43
980
+ },
981
+ "NassauCountyHookups": {
982
+ "count": 5
983
+ },
984
+ "feminineboys": {
985
+ "count": 1248
986
+ },
987
+ "dreamsmp": {
988
+ "count": 2018
989
+ },
990
+ "SquaredCircle": {
991
+ "count": 2255
992
+ },
993
+ "Minecraft": {
994
+ "count": 8753
995
+ },
996
+ "spirituality": {
997
+ "count": 1809
998
+ },
999
+ "Eldenring": {
1000
+ "count": 1471
1001
+ },
1002
+ "Sat": {
1003
+ "count": 1172
1004
+ },
1005
+ "bonnaroo": {
1006
+ "count": 194
1007
+ },
1008
+ "gardening": {
1009
+ "count": 1892
1010
+ },
1011
+ "Unemployment": {
1012
+ "count": 6185
1013
+ },
1014
+ "mac": {
1015
+ "count": 1847
1016
+ },
1017
+ "Bestbuy": {
1018
+ "count": 437
1019
+ },
1020
+ "quittingkratom": {
1021
+ "count": 1081
1022
+ },
1023
+ "lawschooladmissions": {
1024
+ "count": 3436
1025
+ },
1026
+ "NiceHash": {
1027
+ "count": 2135
1028
+ },
1029
+ "McMaster": {
1030
+ "count": 815
1031
+ },
1032
+ "covidlonghaulers": {
1033
+ "count": 1299
1034
+ },
1035
+ "stalker": {
1036
+ "count": 758
1037
+ },
1038
+ "MLBTheShow": {
1039
+ "count": 2721
1040
+ },
1041
+ "FortniteCompetitive": {
1042
+ "count": 998
1043
+ },
1044
+ "dpdr": {
1045
+ "count": 514
1046
+ },
1047
+ "appliancerepair": {
1048
+ "count": 720
1049
+ },
1050
+ "thomasthetankengine": {
1051
+ "count": 207
1052
+ },
1053
+ "delhi": {
1054
+ "count": 217
1055
+ },
1056
+ "Huel": {
1057
+ "count": 300
1058
+ },
1059
+ "leafs": {
1060
+ "count": 203
1061
+ },
1062
+ "HotWheels": {
1063
+ "count": 170
1064
+ },
1065
+ "90dayfianceuncensored": {
1066
+ "count": 550
1067
+ },
1068
+ "Throwers": {
1069
+ "count": 142
1070
+ },
1071
+ "Wavyhair": {
1072
+ "count": 270
1073
+ },
1074
+ "CryptoHorde": {
1075
+ "count": 128
1076
+ },
1077
+ "ShuumatsuNoValkyrie": {
1078
+ "count": 453
1079
+ },
1080
+ "TeensMeetTeens": {
1081
+ "count": 432
1082
+ },
1083
+ "dbrand": {
1084
+ "count": 108
1085
+ },
1086
+ "SLFmeetups": {
1087
+ "count": 18
1088
+ },
1089
+ "1200isplentyketo": {
1090
+ "count": 48
1091
+ },
1092
+ "passive_income": {
1093
+ "count": 211
1094
+ },
1095
+ "BroadCity": {
1096
+ "count": 16
1097
+ },
1098
+ "RevenantMain": {
1099
+ "count": 71
1100
+ },
1101
+ "extrarfl": {
1102
+ "count": 25
1103
+ },
1104
+ "AgonGame": {
1105
+ "count": 5
1106
+ },
1107
+ "FitnessDE": {
1108
+ "count": 3
1109
+ },
1110
+ "RomanianWolves": {
1111
+ "count": 1
1112
+ },
1113
+ "gaming": {
1114
+ "count": 1277
1115
+ },
1116
+ "livesound": {
1117
+ "count": 91
1118
+ },
1119
+ "IBO": {
1120
+ "count": 1896
1121
+ },
1122
+ "EscapefromTarkov": {
1123
+ "count": 1300
1124
+ },
1125
+ "amex": {
1126
+ "count": 145
1127
+ },
1128
+ "DMAcademy": {
1129
+ "count": 1411
1130
+ },
1131
+ "VinylCollectors": {
1132
+ "count": 556
1133
+ },
1134
+ "cardano": {
1135
+ "count": 716
1136
+ },
1137
+ "brave_browser": {
1138
+ "count": 159
1139
+ },
1140
+ "dating": {
1141
+ "count": 952
1142
+ },
1143
+ "OculusQuest": {
1144
+ "count": 942
1145
+ },
1146
+ "Superstonk": {
1147
+ "count": 3089
1148
+ },
1149
+ "MtF": {
1150
+ "count": 957
1151
+ },
1152
+ "findaleague": {
1153
+ "count": 207
1154
+ },
1155
+ "Nioh": {
1156
+ "count": 398
1157
+ },
1158
+ "IRS": {
1159
+ "count": 715
1160
+ },
1161
+ "transgendercirclejerk": {
1162
+ "count": 353
1163
+ },
1164
+ "learnmath": {
1165
+ "count": 489
1166
+ },
1167
+ "piano": {
1168
+ "count": 263
1169
+ },
1170
+ "LeagueConnect": {
1171
+ "count": 216
1172
+ },
1173
+ "eu4": {
1174
+ "count": 561
1175
+ },
1176
+ "Wordpress": {
1177
+ "count": 345
1178
+ },
1179
+ "RoleplayingForReddit": {
1180
+ "count": 31
1181
+ },
1182
+ "LOONA": {
1183
+ "count": 89
1184
+ },
1185
+ "newtothenavy": {
1186
+ "count": 167
1187
+ },
1188
+ "HaircareScience": {
1189
+ "count": 118
1190
+ },
1191
+ "appletv": {
1192
+ "count": 167
1193
+ },
1194
+ "sissypersonals": {
1195
+ "count": 102
1196
+ },
1197
+ "raleigh": {
1198
+ "count": 168
1199
+ },
1200
+ "realonlyfansreviews": {
1201
+ "count": 21
1202
+ },
1203
+ "AskGames": {
1204
+ "count": 49
1205
+ },
1206
+ "PokemonTCG": {
1207
+ "count": 325
1208
+ },
1209
+ "controlgame": {
1210
+ "count": 109
1211
+ },
1212
+ "GoogleDataStudio": {
1213
+ "count": 16
1214
+ },
1215
+ "WhiteWolfRPG": {
1216
+ "count": 139
1217
+ },
1218
+ "MECoOp": {
1219
+ "count": 31
1220
+ },
1221
+ "snuffrp": {
1222
+ "count": 46
1223
+ },
1224
+ "lockpicking": {
1225
+ "count": 103
1226
+ },
1227
+ "wicked_edge": {
1228
+ "count": 105
1229
+ },
1230
+ "BMW": {
1231
+ "count": 99
1232
+ },
1233
+ "choiceofgames": {
1234
+ "count": 24
1235
+ },
1236
+ "hisdarkmaterials": {
1237
+ "count": 12
1238
+ },
1239
+ "SakuraGakuin": {
1240
+ "count": 24
1241
+ },
1242
+ "detrans": {
1243
+ "count": 55
1244
+ },
1245
+ "Smallville": {
1246
+ "count": 37
1247
+ },
1248
+ "kingofqueens": {
1249
+ "count": 7
1250
+ },
1251
+ "JamesHoffmann": {
1252
+ "count": 22
1253
+ },
1254
+ "stashinvest": {
1255
+ "count": 16
1256
+ },
1257
+ "ABA": {
1258
+ "count": 79
1259
+ },
1260
+ "ladybusiness": {
1261
+ "count": 10
1262
+ },
1263
+ "gamegrumps": {
1264
+ "count": 32
1265
+ },
1266
+ "GodEater": {
1267
+ "count": 21
1268
+ },
1269
+ "tomorrow": {
1270
+ "count": 39
1271
+ },
1272
+ "Tomorrowland": {
1273
+ "count": 9
1274
+ },
1275
+ "graylog": {
1276
+ "count": 1
1277
+ },
1278
+ "BlackCountryNewRoad": {
1279
+ "count": 5
1280
+ },
1281
+ "STAYC": {
1282
+ "count": 3
1283
+ },
1284
+ "SatoshiStreetBets": {
1285
+ "count": 3828
1286
+ },
1287
+ "AskLosAngeles": {
1288
+ "count": 1036
1289
+ },
1290
+ "buildapcforme": {
1291
+ "count": 1689
1292
+ },
1293
+ "ApplyingToCollege": {
1294
+ "count": 10675
1295
+ },
1296
+ "watercooling": {
1297
+ "count": 1209
1298
+ },
1299
+ "BreakUps": {
1300
+ "count": 4914
1301
+ },
1302
+ "FIFA": {
1303
+ "count": 3811
1304
+ },
1305
+ "emacs": {
1306
+ "count": 712
1307
+ },
1308
+ "trakstocks": {
1309
+ "count": 691
1310
+ },
1311
+ "Shittyaskflying": {
1312
+ "count": 147
1313
+ },
1314
+ "AmazonFC": {
1315
+ "count": 1178
1316
+ },
1317
+ "stocks": {
1318
+ "count": 4610
1319
+ },
1320
+ "BangaloreMains": {
1321
+ "count": 26
1322
+ },
1323
+ "pokemon": {
1324
+ "count": 3953
1325
+ },
1326
+ "religion": {
1327
+ "count": 684
1328
+ },
1329
+ "cuboulder": {
1330
+ "count": 269
1331
+ },
1332
+ "self": {
1333
+ "count": 1688
1334
+ },
1335
+ "tarot": {
1336
+ "count": 912
1337
+ },
1338
+ "turtles": {
1339
+ "count": 49
1340
+ },
1341
+ "TheMagnusArchives": {
1342
+ "count": 300
1343
+ },
1344
+ "Superhero_Ideas": {
1345
+ "count": 34
1346
+ },
1347
+ "NTU": {
1348
+ "count": 308
1349
+ },
1350
+ "touhou": {
1351
+ "count": 623
1352
+ },
1353
+ "JoJolion": {
1354
+ "count": 50
1355
+ },
1356
+ "lasers": {
1357
+ "count": 27
1358
+ },
1359
+ "popperpigs": {
1360
+ "count": 67
1361
+ },
1362
+ "aggretsuko": {
1363
+ "count": 20
1364
+ },
1365
+ "Library": {
1366
+ "count": 5
1367
+ }
1363
1368
  }
1364
1369
  }
1365
1370
  }