File size: 30,898 Bytes
5c4174f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
{
  "_name_or_path": "text-classification-model-iab-categories-revised-bert-base-uncased-final",
  "architectures": [
    "BertForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "Personal Finance, Retirement Planning",
    "1": "Travel, Honeymoons/Getaways",
    "2": "Style & Fashion, Fashion",
    "3": "Sports, NASCAR Racing",
    "4": "Careers, Telecommuting",
    "5": "Sports, Rugby",
    "6": "Education, K-6 Educators",
    "7": "Health & Fitness, Diabetes",
    "8": "Pets, Large Animals",
    "9": "Home & Garden, Entertaining",
    "10": "Personal Finance, Options",
    "11": "Technology & Computing, Mac Support",
    "12": "Technology & Computing, Desktop Video",
    "13": "Hobbies & Interests, Board Games/Puzzles",
    "14": "Sports, Pro Basketball",
    "15": "Careers, Career Advice",
    "16": "Shopping, Contests & Freebies",
    "17": "Religion & Spirituality, Buddhism",
    "18": "Health & Fitness, Bipolar Disorder",
    "19": "Health & Fitness, Heart Disease",
    "20": "Technology & Computing, Antivirus Software",
    "21": "Sports, Inline Skating",
    "22": "Health & Fitness, ADD",
    "23": "Family & Parenting, Daycare/Pre School",
    "24": "Law, Government, & Politics, Politics",
    "25": "Health & Fitness, Exercise",
    "26": "Technology & Computing, Web Search",
    "27": "Sports, Paintball",
    "28": "Society, Dating",
    "29": "Personal Finance, Insurance",
    "30": "Society, Gay Life",
    "31": "Health & Fitness, Headaches/Migraines",
    "32": "Hobbies & Interests, Roleplaying Games",
    "33": "Automotive, Off-Road Vehicles",
    "34": "Sports, Power & Motorcycles",
    "35": "Hobbies & Interests, Art/Technology",
    "36": "Pets, Dogs",
    "37": "Style & Fashion, Body Art",
    "38": "Society, Weddings",
    "39": "Personal Finance, Hedge Fund",
    "40": "Sports, Mountain Biking",
    "41": "Travel, Mexico & Central America",
    "42": "Health & Fitness, Allergies",
    "43": "Education, Homeschooling",
    "44": "Technology & Computing, Email",
    "45": "Sports, World Soccer",
    "46": "Science, Chemistry",
    "47": "Health & Fitness, Depression",
    "48": "Arts & Entertainment, Music",
    "49": "Hobbies & Interests, Magic & Illusion",
    "50": "Food & Drink, Food Allergies",
    "51": "Law Government & Politics, U.S. Government Resources",
    "52": "Shopping, Comparison",
    "53": "Personal Finance, Financial News",
    "54": "Hobbies & Interests, Investors & Patents",
    "55": "Careers, Job Search",
    "56": "Travel, Camping",
    "57": "Real Estate, Apartments",
    "58": "Careers, Financial Aid",
    "59": "Food & Drink, Desserts & Baking",
    "60": "Hobbies & Interests, Genealogy",
    "61": "Sports, Scuba Diving",
    "62": "Technology & Computing, MP3/MIDI",
    "63": "Health & Fitness, Herbs for Health",
    "64": "Education, Language Learning",
    "65": "Health & Fitness, Chronic Fatigue Syndrome",
    "66": "Society, Ethnic Specific",
    "67": "Travel, Africa",
    "68": "Education, Art History",
    "69": "Home & Garden, Gardening",
    "70": "Religion & Spirituality, Alternative Religions",
    "71": "Health & Fitness, Thyroid Disease",
    "72": "Family & Parenting, Eldercare",
    "73": "Careers, Career Planning",
    "74": "Technology & Computing, Shareware/Freeware",
    "75": "Shopping, Engines",
    "76": "Hobbies & Interests, Chess",
    "77": "Technology & Computing, Data Centers",
    "78": "Careers, College",
    "79": "Technology & Computing, Computer Reviews",
    "80": "Travel, Australia & New Zealand",
    "81": "Sports, Freshwater Fishing",
    "82": "Sports, Running/Jogging",
    "83": "Hobbies & Interests, Collecting",
    "84": "Society, Teens",
    "85": "Home & Garden, Remodeling & Construction",
    "86": "Business, Advertising",
    "87": "Sports, Boxing",
    "88": "Health & Fitness, IBS/Crohn\u0019 s Disease",
    "89": "Home & Garden, Home Theater",
    "90": "Health & Fitness, Cancer",
    "91": "Sports, Volleyball",
    "92": "Health & Fitness, Women's Health",
    "93": "Society, Marriage",
    "94": "Automotive, Performance Vehicles",
    "95": "Food & Drink, Health/Low-Fat Cooking",
    "96": "Science, Paranormal Phenomena",
    "97": "Religion & Spirituality, Latter-Day Saints",
    "98": "Automotive, Convertible",
    "99": "Sports, Bodybuilding",
    "100": "Health & Fitness, Asthma",
    "101": "Sports, Skiing",
    "102": "Style & Fashion, Accessories",
    "103": "Sports, Auto Racing",
    "104": "Health & Fitness, Arthritis",
    "105": "Careers, Nursing",
    "106": "Automotive, Trucks & Accessories",
    "107": "Health & Fitness, Physical Therapy",
    "108": "General Illegal Content, Spyware/Malware",
    "109": "Automotive, Crossover",
    "110": "Sports, Tennis",
    "111": "Sports, Rodeo",
    "112": "Health & Fitness, Infertility",
    "113": "Religion & Spirituality, Islam",
    "114": "Education, College Administration",
    "115": "Health & Fitness, Dermatology",
    "116": "Sports, Sailing",
    "117": "Health & Fitness, Cholesterol",
    "118": "Business, Construction",
    "119": "Hobbies & Interests, Stamps & Coins",
    "120": "Hobbies & Interests, Scrapbooking",
    "121": "Health & Fitness, Psychology/Psychiatry",
    "122": "Health & Fitness, Weight Loss",
    "123": "Food & Drink, Dining Out",
    "124": "Sports, Baseball",
    "125": "Sports, Surfing/Body-Boarding",
    "126": "Hobbies & Interests, Cigars",
    "127": "Home & Garden, Interior Decorating",
    "128": "Technology & Computing, Home Video/DVD",
    "129": "Real Estate, Architects",
    "130": "Food & Drink, Chinese Cuisine",
    "131": "Education, English as a 2nd Language",
    "132": "Technology & Computing, Computer Peripherals",
    "133": "Sports, Waterski/Wakeboard",
    "134": "Hobbies & Interests, Card Games",
    "135": "Arts & Entertainment, Television",
    "136": "Health & Fitness, Men\u0019 s Health",
    "137": "Personal Finance, Investing",
    "138": "Food & Drink, Japanese Cuisine",
    "139": "Education, 7-12 Education",
    "140": "Hobbies & Interests, Sci-Fi & Fantasy",
    "141": "Careers, Scholarships",
    "142": "Education, Graduate School",
    "143": "Technology & Computing, Cell Phones",
    "144": "Family & Parenting, Pregnancy",
    "145": "Travel, Business Travel",
    "146": "Health & Fitness, Substance Abuse",
    "147": "Hobbies & Interests, Video & Computer Games",
    "148": "Non-Standard Content, Incentivized",
    "149": "Technology & Computing, Web Clip Art",
    "150": "Automotive, Auto Repair",
    "151": "Food & Drink, Barbecues & Grilling",
    "152": "Travel, Hotels",
    "153": "Careers, Resume Writing/Advice",
    "154": "Technology & Computing, Java",
    "155": "Health & Fitness, Panic/Anxiety Disorders",
    "156": "Health & Fitness, Deafness",
    "157": "Education, Homework/Study Tips",
    "158": "Education, Private School",
    "159": "Shopping, Couponing",
    "160": "Hobbies & Interests, Painting",
    "161": "Travel, By US Locale",
    "162": "Science, Geography",
    "163": "Technology & Computing, Palmtops/PDAs",
    "164": "Technology & Computing, PC Support",
    "165": "Law, Government, & Politics, Legal Issues",
    "166": "Travel, Traveling with Kids",
    "167": "Hobbies & Interests, Guitar",
    "168": "Science, Astrology",
    "169": "Automotive, Car Culture",
    "170": "Personal Finance, Stocks",
    "171": "Technology & Computing, Network Security",
    "172": "Automotive, Electric Vehicle",
    "173": "Pets, Veterinary Medicine",
    "174": "Sports, Fly Fishing",
    "175": "Education, Studying Business",
    "176": "Hobbies & Interests, Beadwork",
    "177": "Personal Finance, Tax Planning",
    "178": "Sports, Snowboarding",
    "179": "Travel, France",
    "180": "Travel, Greece",
    "181": "Arts & Entertainment, Movies",
    "182": "Travel, Caribbean",
    "183": "Family & Parenting, Babies & Toddlers",
    "184": "Sports, Saltwater Fishing",
    "185": "Personal Finance, Beginning Investing",
    "186": "General Illegal Content, Illegal Content",
    "187": "Sports, Canoeing/Kayaking",
    "188": "Travel, Canada",
    "189": "Automotive, Motorcycles",
    "190": "Hobbies & Interests, Drawing/Sketching",
    "191": "Sports, Walking",
    "192": "Automotive, Hybrid",
    "193": "Technology & Computing, C/C++",
    "194": "Careers, U.S. Military",
    "195": "Health & Fitness, Cold & Flu",
    "196": "Non-Standard Content, Under Construction",
    "197": "Automotive, Auto Parts",
    "198": "Food & Drink, Vegetarian",
    "199": "Business, Business Software",
    "200": "Health & Fitness, Incest/Abuse Support",
    "201": "Sports, Game & Fish",
    "202": "Science, Botany",
    "203": "Health & Fitness, GERD/Acid Reflux",
    "204": "Arts & Entertainment, Celebrity Fan/Gossip",
    "205": "Science, Space/Astronomy",
    "206": "Sports, Bicycling",
    "207": "Automotive, Minivan",
    "208": "Education, College Life",
    "209": "Religion & Spirituality, Pagan/Wiccan",
    "210": "Food & Drink, Coffee/Tea",
    "211": "Health & Fitness, Senior Health",
    "212": "Health & Fitness, Holistic Healing",
    "213": "Sports, Cricket",
    "214": "Automotive, Buying/Selling Cars",
    "215": "Technology & Computing, Web Design/HTML",
    "216": "Technology & Computing, Internet Technology",
    "217": "Technology & Computing, Visual Basic",
    "218": "Religion & Spirituality, Hinduism",
    "219": "Family & Parenting, Adoption",
    "220": "Science, Biology",
    "221": "Arts & Entertainment, Fine Art",
    "222": "Automotive, Coupe",
    "223": "Sports, Horse Racing",
    "224": "Personal Finance, Credit/Debt & Loans",
    "225": "Hobbies & Interests, Comic Books",
    "226": "Sports, Martial Arts",
    "227": "Travel, Italy",
    "228": "Food & Drink, French Cuisine",
    "229": "Technology & Computing, Unix",
    "230": "Sports, Cheerleading",
    "231": "Science, Physics",
    "232": "Pets, Cats",
    "233": "Sports, Horses",
    "234": "Science, Weather",
    "235": "Home & Garden, Appliances",
    "236": "Technology & Computing, Databases",
    "237": "Style & Fashion, Beauty",
    "238": "Technology & Computing, Animation",
    "239": "Sports, Hunting/Shooting",
    "240": "Pets, Reptiles",
    "241": "Business, Government",
    "242": "Science, Geology",
    "243": "Hobbies & Interests, Home Recording",
    "244": "Food & Drink, Cuisine-Specific",
    "245": "Automotive, Wagon",
    "246": "Arts & Entertainment, Humor",
    "247": "Health & Fitness, Incontinence",
    "248": "Travel, South America",
    "249": "Travel, Bed & Breakfasts",
    "250": "Sports, Table Tennis/Ping-Pong",
    "251": "Travel, Air Travel",
    "252": "Health & Fitness, Sexuality",
    "253": "Automotive, Diesel",
    "254": "Hobbies & Interests, Arts & Crafts",
    "255": "Hobbies & Interests, Woodworking",
    "256": "Health & Fitness, Nutrition",
    "257": "Sports, Climbing",
    "258": "Law Government & Politics, Commentary",
    "259": "Religion & Spirituality, Catholicism",
    "260": "Society, Divorce Support",
    "261": "Home & Garden, Environmental Safety",
    "262": "Business, Green Solutions",
    "263": "Food & Drink, Italian Cuisine",
    "264": "Society, Senior Living",
    "265": "Automotive, Pickup",
    "266": "Technology & Computing, Cameras & Camcorders",
    "267": "Food & Drink, Mexican Cuisine",
    "268": "Sports, Skateboarding",
    "269": "Automotive, Hatchback",
    "270": "Personal Finance, Mutual Funds",
    "271": "Health & Fitness, Epilepsy",
    "272": "Travel, United Kingdom",
    "273": "Food & Drink, American Cuisine",
    "274": "Religion & Spirituality, Atheism/Agnosticism",
    "275": "Hobbies & Interests, Candle & Soap Making",
    "276": "Hobbies & Interests, Radio",
    "277": "Home & Garden, Landscaping",
    "278": "Sports, Figure Skating",
    "279": "Health & Fitness, Dental Care",
    "280": "Religion & Spirituality, Christianity",
    "281": "Travel, Japan",
    "282": "Business, Forestry",
    "283": "Health & Fitness, Autism/PDD",
    "284": "Health & Fitness, Orthopedics",
    "285": "Family & Parenting, Parenting teens",
    "286": "Automotive, Vintage Cars",
    "287": "Technology & Computing, Computer Certification",
    "288": "Law, Government, & Politics, Commentary",
    "289": "Non-Standard Content, Unmoderated UGC",
    "290": "Technology & Computing, Computer Networking",
    "291": "Travel, Cruises",
    "292": "Sports, Pro Ice Hockey",
    "293": "Travel, Budget Travel",
    "294": "Personal Finance, Financial Planning",
    "295": "Technology & Computing, Windows",
    "296": "Hobbies & Interests, Jewelry Making",
    "297": "Business, Logistics",
    "298": "Travel, Theme Parks",
    "299": "Technology & Computing, Entertainment",
    "300": "Business, Biotech/Biomedical",
    "301": "Law Government & Politics, Legal Issues",
    "302": "Religion & Spirituality, Judaism",
    "303": "Technology & Computing, Portable",
    "304": "Hobbies & Interests, Needlework",
    "305": "Home & Garden, Home Repair",
    "306": "Health & Fitness, Chronic Pain",
    "307": "Travel, Spas",
    "308": "Travel, Europe",
    "309": "Family & Parenting, Parenting - K-6 Kids",
    "310": "Technology & Computing, Desktop Publishing",
    "311": "Health & Fitness, Sleep Disorders",
    "312": "Family & Parenting, Family Internet",
    "313": "Hobbies & Interests, Bird-Watching",
    "314": "Hobbies & Interests, Freelance Writing",
    "315": "Technology & Computing, 3-D Graphics",
    "316": "Sports, Golf",
    "317": "Technology & Computing, JavaScript",
    "318": "Food & Drink, Vegan",
    "319": "Hobbies & Interests, Photography",
    "320": "Food & Drink, Cajun/Creole",
    "321": "Automotive, Sedan",
    "322": "Business, Marketing",
    "323": "Arts & Entertainment, Books & Literature",
    "324": "Travel, Adventure Travel",
    "325": "Business, Human Resources",
    "326": "Automotive, Luxury",
    "327": "Careers, Job Fairs",
    "328": "Health & Fitness, Alternative Medicine",
    "329": "Travel, Eastern Europe",
    "330": "Sports, Swimming",
    "331": "Food & Drink, Cocktails/Beer",
    "332": "Automotive, Road-Side Assistance",
    "333": "Health & Fitness, Smoking Cessation",
    "334": "Education, Distance Learning",
    "335": "Technology & Computing, Graphics Software",
    "336": "Education, Adult Education",
    "337": "Law, Government, & Politics, Immigration",
    "338": "General Illegal Content, Warez",
    "339": "Law Government & Politics, Immigration",
    "340": "Pets, Aquariums",
    "341": "Real Estate, Buying/Selling Homes",
    "342": "General Illegal Content, Copyright Infringement",
    "343": "Business, Agriculture",
    "344": "Technology & Computing, Net for Beginners",
    "345": "Health & Fitness, Pediatrics",
    "346": "Hobbies & Interests, Getting Published",
    "347": "Family & Parenting, Special Needs Kids",
    "348": "Health & Fitness, Brain Tumor",
    "349": "Style & Fashion, Jewelry",
    "350": "Hobbies & Interests, Screenwriting",
    "351": "Technology & Computing, Net Conferencing",
    "352": "Pets, Birds",
    "353": "Style & Fashion, Clothing",
    "354": "Health & Fitness, AIDS/HIV",
    "355": "Education, Special Education",
    "356": "Automotive, Certified Pre-Owned",
    "357": "Sports, Football",
    "358": "Food & Drink, Wine",
    "359": "Business, Metals",
    "360": "Travel, National Parks",
    "361": "Law Government & Politics, Politics",
    "362": "Sports, Olympics",
    "363": "Law, Government, & Politics, U.S. Government Resources"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Arts & Entertainment, Books & Literature": 323,
    "Arts & Entertainment, Celebrity Fan/Gossip": 204,
    "Arts & Entertainment, Fine Art": 221,
    "Arts & Entertainment, Humor": 246,
    "Arts & Entertainment, Movies": 181,
    "Arts & Entertainment, Music": 48,
    "Arts & Entertainment, Television": 135,
    "Automotive, Auto Parts": 197,
    "Automotive, Auto Repair": 150,
    "Automotive, Buying/Selling Cars": 214,
    "Automotive, Car Culture": 169,
    "Automotive, Certified Pre-Owned": 356,
    "Automotive, Convertible": 98,
    "Automotive, Coupe": 222,
    "Automotive, Crossover": 109,
    "Automotive, Diesel": 253,
    "Automotive, Electric Vehicle": 172,
    "Automotive, Hatchback": 269,
    "Automotive, Hybrid": 192,
    "Automotive, Luxury": 326,
    "Automotive, Minivan": 207,
    "Automotive, Motorcycles": 189,
    "Automotive, Off-Road Vehicles": 33,
    "Automotive, Performance Vehicles": 94,
    "Automotive, Pickup": 265,
    "Automotive, Road-Side Assistance": 332,
    "Automotive, Sedan": 321,
    "Automotive, Trucks & Accessories": 106,
    "Automotive, Vintage Cars": 286,
    "Automotive, Wagon": 245,
    "Business, Advertising": 86,
    "Business, Agriculture": 343,
    "Business, Biotech/Biomedical": 300,
    "Business, Business Software": 199,
    "Business, Construction": 118,
    "Business, Forestry": 282,
    "Business, Government": 241,
    "Business, Green Solutions": 262,
    "Business, Human Resources": 325,
    "Business, Logistics": 297,
    "Business, Marketing": 322,
    "Business, Metals": 359,
    "Careers, Career Advice": 15,
    "Careers, Career Planning": 73,
    "Careers, College": 78,
    "Careers, Financial Aid": 58,
    "Careers, Job Fairs": 327,
    "Careers, Job Search": 55,
    "Careers, Nursing": 105,
    "Careers, Resume Writing/Advice": 153,
    "Careers, Scholarships": 141,
    "Careers, Telecommuting": 4,
    "Careers, U.S. Military": 194,
    "Education, 7-12 Education": 139,
    "Education, Adult Education": 336,
    "Education, Art History": 68,
    "Education, College Administration": 114,
    "Education, College Life": 208,
    "Education, Distance Learning": 334,
    "Education, English as a 2nd Language": 131,
    "Education, Graduate School": 142,
    "Education, Homeschooling": 43,
    "Education, Homework/Study Tips": 157,
    "Education, K-6 Educators": 6,
    "Education, Language Learning": 64,
    "Education, Private School": 158,
    "Education, Special Education": 355,
    "Education, Studying Business": 175,
    "Family & Parenting, Adoption": 219,
    "Family & Parenting, Babies & Toddlers": 183,
    "Family & Parenting, Daycare/Pre School": 23,
    "Family & Parenting, Eldercare": 72,
    "Family & Parenting, Family Internet": 312,
    "Family & Parenting, Parenting - K-6 Kids": 309,
    "Family & Parenting, Parenting teens": 285,
    "Family & Parenting, Pregnancy": 144,
    "Family & Parenting, Special Needs Kids": 347,
    "Food & Drink, American Cuisine": 273,
    "Food & Drink, Barbecues & Grilling": 151,
    "Food & Drink, Cajun/Creole": 320,
    "Food & Drink, Chinese Cuisine": 130,
    "Food & Drink, Cocktails/Beer": 331,
    "Food & Drink, Coffee/Tea": 210,
    "Food & Drink, Cuisine-Specific": 244,
    "Food & Drink, Desserts & Baking": 59,
    "Food & Drink, Dining Out": 123,
    "Food & Drink, Food Allergies": 50,
    "Food & Drink, French Cuisine": 228,
    "Food & Drink, Health/Low-Fat Cooking": 95,
    "Food & Drink, Italian Cuisine": 263,
    "Food & Drink, Japanese Cuisine": 138,
    "Food & Drink, Mexican Cuisine": 267,
    "Food & Drink, Vegan": 318,
    "Food & Drink, Vegetarian": 198,
    "Food & Drink, Wine": 358,
    "General Illegal Content, Copyright Infringement": 342,
    "General Illegal Content, Illegal Content": 186,
    "General Illegal Content, Spyware/Malware": 108,
    "General Illegal Content, Warez": 338,
    "Health & Fitness, ADD": 22,
    "Health & Fitness, AIDS/HIV": 354,
    "Health & Fitness, Allergies": 42,
    "Health & Fitness, Alternative Medicine": 328,
    "Health & Fitness, Arthritis": 104,
    "Health & Fitness, Asthma": 100,
    "Health & Fitness, Autism/PDD": 283,
    "Health & Fitness, Bipolar Disorder": 18,
    "Health & Fitness, Brain Tumor": 348,
    "Health & Fitness, Cancer": 90,
    "Health & Fitness, Cholesterol": 117,
    "Health & Fitness, Chronic Fatigue Syndrome": 65,
    "Health & Fitness, Chronic Pain": 306,
    "Health & Fitness, Cold & Flu": 195,
    "Health & Fitness, Deafness": 156,
    "Health & Fitness, Dental Care": 279,
    "Health & Fitness, Depression": 47,
    "Health & Fitness, Dermatology": 115,
    "Health & Fitness, Diabetes": 7,
    "Health & Fitness, Epilepsy": 271,
    "Health & Fitness, Exercise": 25,
    "Health & Fitness, GERD/Acid Reflux": 203,
    "Health & Fitness, Headaches/Migraines": 31,
    "Health & Fitness, Heart Disease": 19,
    "Health & Fitness, Herbs for Health": 63,
    "Health & Fitness, Holistic Healing": 212,
    "Health & Fitness, IBS/Crohn\u0019 s Disease": 88,
    "Health & Fitness, Incest/Abuse Support": 200,
    "Health & Fitness, Incontinence": 247,
    "Health & Fitness, Infertility": 112,
    "Health & Fitness, Men\u0019 s Health": 136,
    "Health & Fitness, Nutrition": 256,
    "Health & Fitness, Orthopedics": 284,
    "Health & Fitness, Panic/Anxiety Disorders": 155,
    "Health & Fitness, Pediatrics": 345,
    "Health & Fitness, Physical Therapy": 107,
    "Health & Fitness, Psychology/Psychiatry": 121,
    "Health & Fitness, Senior Health": 211,
    "Health & Fitness, Sexuality": 252,
    "Health & Fitness, Sleep Disorders": 311,
    "Health & Fitness, Smoking Cessation": 333,
    "Health & Fitness, Substance Abuse": 146,
    "Health & Fitness, Thyroid Disease": 71,
    "Health & Fitness, Weight Loss": 122,
    "Health & Fitness, Women's Health": 92,
    "Hobbies & Interests, Art/Technology": 35,
    "Hobbies & Interests, Arts & Crafts": 254,
    "Hobbies & Interests, Beadwork": 176,
    "Hobbies & Interests, Bird-Watching": 313,
    "Hobbies & Interests, Board Games/Puzzles": 13,
    "Hobbies & Interests, Candle & Soap Making": 275,
    "Hobbies & Interests, Card Games": 134,
    "Hobbies & Interests, Chess": 76,
    "Hobbies & Interests, Cigars": 126,
    "Hobbies & Interests, Collecting": 83,
    "Hobbies & Interests, Comic Books": 225,
    "Hobbies & Interests, Drawing/Sketching": 190,
    "Hobbies & Interests, Freelance Writing": 314,
    "Hobbies & Interests, Genealogy": 60,
    "Hobbies & Interests, Getting Published": 346,
    "Hobbies & Interests, Guitar": 167,
    "Hobbies & Interests, Home Recording": 243,
    "Hobbies & Interests, Investors & Patents": 54,
    "Hobbies & Interests, Jewelry Making": 296,
    "Hobbies & Interests, Magic & Illusion": 49,
    "Hobbies & Interests, Needlework": 304,
    "Hobbies & Interests, Painting": 160,
    "Hobbies & Interests, Photography": 319,
    "Hobbies & Interests, Radio": 276,
    "Hobbies & Interests, Roleplaying Games": 32,
    "Hobbies & Interests, Sci-Fi & Fantasy": 140,
    "Hobbies & Interests, Scrapbooking": 120,
    "Hobbies & Interests, Screenwriting": 350,
    "Hobbies & Interests, Stamps & Coins": 119,
    "Hobbies & Interests, Video & Computer Games": 147,
    "Hobbies & Interests, Woodworking": 255,
    "Home & Garden, Appliances": 235,
    "Home & Garden, Entertaining": 9,
    "Home & Garden, Environmental Safety": 261,
    "Home & Garden, Gardening": 69,
    "Home & Garden, Home Repair": 305,
    "Home & Garden, Home Theater": 89,
    "Home & Garden, Interior Decorating": 127,
    "Home & Garden, Landscaping": 277,
    "Home & Garden, Remodeling & Construction": 85,
    "Law Government & Politics, Commentary": 258,
    "Law Government & Politics, Immigration": 339,
    "Law Government & Politics, Legal Issues": 301,
    "Law Government & Politics, Politics": 361,
    "Law Government & Politics, U.S. Government Resources": 51,
    "Law, Government, & Politics, Commentary": 288,
    "Law, Government, & Politics, Immigration": 337,
    "Law, Government, & Politics, Legal Issues": 165,
    "Law, Government, & Politics, Politics": 24,
    "Law, Government, & Politics, U.S. Government Resources": 363,
    "Non-Standard Content, Incentivized": 148,
    "Non-Standard Content, Under Construction": 196,
    "Non-Standard Content, Unmoderated UGC": 289,
    "Personal Finance, Beginning Investing": 185,
    "Personal Finance, Credit/Debt & Loans": 224,
    "Personal Finance, Financial News": 53,
    "Personal Finance, Financial Planning": 294,
    "Personal Finance, Hedge Fund": 39,
    "Personal Finance, Insurance": 29,
    "Personal Finance, Investing": 137,
    "Personal Finance, Mutual Funds": 270,
    "Personal Finance, Options": 10,
    "Personal Finance, Retirement Planning": 0,
    "Personal Finance, Stocks": 170,
    "Personal Finance, Tax Planning": 177,
    "Pets, Aquariums": 340,
    "Pets, Birds": 352,
    "Pets, Cats": 232,
    "Pets, Dogs": 36,
    "Pets, Large Animals": 8,
    "Pets, Reptiles": 240,
    "Pets, Veterinary Medicine": 173,
    "Real Estate, Apartments": 57,
    "Real Estate, Architects": 129,
    "Real Estate, Buying/Selling Homes": 341,
    "Religion & Spirituality, Alternative Religions": 70,
    "Religion & Spirituality, Atheism/Agnosticism": 274,
    "Religion & Spirituality, Buddhism": 17,
    "Religion & Spirituality, Catholicism": 259,
    "Religion & Spirituality, Christianity": 280,
    "Religion & Spirituality, Hinduism": 218,
    "Religion & Spirituality, Islam": 113,
    "Religion & Spirituality, Judaism": 302,
    "Religion & Spirituality, Latter-Day Saints": 97,
    "Religion & Spirituality, Pagan/Wiccan": 209,
    "Science, Astrology": 168,
    "Science, Biology": 220,
    "Science, Botany": 202,
    "Science, Chemistry": 46,
    "Science, Geography": 162,
    "Science, Geology": 242,
    "Science, Paranormal Phenomena": 96,
    "Science, Physics": 231,
    "Science, Space/Astronomy": 205,
    "Science, Weather": 234,
    "Shopping, Comparison": 52,
    "Shopping, Contests & Freebies": 16,
    "Shopping, Couponing": 159,
    "Shopping, Engines": 75,
    "Society, Dating": 28,
    "Society, Divorce Support": 260,
    "Society, Ethnic Specific": 66,
    "Society, Gay Life": 30,
    "Society, Marriage": 93,
    "Society, Senior Living": 264,
    "Society, Teens": 84,
    "Society, Weddings": 38,
    "Sports, Auto Racing": 103,
    "Sports, Baseball": 124,
    "Sports, Bicycling": 206,
    "Sports, Bodybuilding": 99,
    "Sports, Boxing": 87,
    "Sports, Canoeing/Kayaking": 187,
    "Sports, Cheerleading": 230,
    "Sports, Climbing": 257,
    "Sports, Cricket": 213,
    "Sports, Figure Skating": 278,
    "Sports, Fly Fishing": 174,
    "Sports, Football": 357,
    "Sports, Freshwater Fishing": 81,
    "Sports, Game & Fish": 201,
    "Sports, Golf": 316,
    "Sports, Horse Racing": 223,
    "Sports, Horses": 233,
    "Sports, Hunting/Shooting": 239,
    "Sports, Inline Skating": 21,
    "Sports, Martial Arts": 226,
    "Sports, Mountain Biking": 40,
    "Sports, NASCAR Racing": 3,
    "Sports, Olympics": 362,
    "Sports, Paintball": 27,
    "Sports, Power & Motorcycles": 34,
    "Sports, Pro Basketball": 14,
    "Sports, Pro Ice Hockey": 292,
    "Sports, Rodeo": 111,
    "Sports, Rugby": 5,
    "Sports, Running/Jogging": 82,
    "Sports, Sailing": 116,
    "Sports, Saltwater Fishing": 184,
    "Sports, Scuba Diving": 61,
    "Sports, Skateboarding": 268,
    "Sports, Skiing": 101,
    "Sports, Snowboarding": 178,
    "Sports, Surfing/Body-Boarding": 125,
    "Sports, Swimming": 330,
    "Sports, Table Tennis/Ping-Pong": 250,
    "Sports, Tennis": 110,
    "Sports, Volleyball": 91,
    "Sports, Walking": 191,
    "Sports, Waterski/Wakeboard": 133,
    "Sports, World Soccer": 45,
    "Style & Fashion, Accessories": 102,
    "Style & Fashion, Beauty": 237,
    "Style & Fashion, Body Art": 37,
    "Style & Fashion, Clothing": 353,
    "Style & Fashion, Fashion": 2,
    "Style & Fashion, Jewelry": 349,
    "Technology & Computing, 3-D Graphics": 315,
    "Technology & Computing, Animation": 238,
    "Technology & Computing, Antivirus Software": 20,
    "Technology & Computing, C/C++": 193,
    "Technology & Computing, Cameras & Camcorders": 266,
    "Technology & Computing, Cell Phones": 143,
    "Technology & Computing, Computer Certification": 287,
    "Technology & Computing, Computer Networking": 290,
    "Technology & Computing, Computer Peripherals": 132,
    "Technology & Computing, Computer Reviews": 79,
    "Technology & Computing, Data Centers": 77,
    "Technology & Computing, Databases": 236,
    "Technology & Computing, Desktop Publishing": 310,
    "Technology & Computing, Desktop Video": 12,
    "Technology & Computing, Email": 44,
    "Technology & Computing, Entertainment": 299,
    "Technology & Computing, Graphics Software": 335,
    "Technology & Computing, Home Video/DVD": 128,
    "Technology & Computing, Internet Technology": 216,
    "Technology & Computing, Java": 154,
    "Technology & Computing, JavaScript": 317,
    "Technology & Computing, MP3/MIDI": 62,
    "Technology & Computing, Mac Support": 11,
    "Technology & Computing, Net Conferencing": 351,
    "Technology & Computing, Net for Beginners": 344,
    "Technology & Computing, Network Security": 171,
    "Technology & Computing, PC Support": 164,
    "Technology & Computing, Palmtops/PDAs": 163,
    "Technology & Computing, Portable": 303,
    "Technology & Computing, Shareware/Freeware": 74,
    "Technology & Computing, Unix": 229,
    "Technology & Computing, Visual Basic": 217,
    "Technology & Computing, Web Clip Art": 149,
    "Technology & Computing, Web Design/HTML": 215,
    "Technology & Computing, Web Search": 26,
    "Technology & Computing, Windows": 295,
    "Travel, Adventure Travel": 324,
    "Travel, Africa": 67,
    "Travel, Air Travel": 251,
    "Travel, Australia & New Zealand": 80,
    "Travel, Bed & Breakfasts": 249,
    "Travel, Budget Travel": 293,
    "Travel, Business Travel": 145,
    "Travel, By US Locale": 161,
    "Travel, Camping": 56,
    "Travel, Canada": 188,
    "Travel, Caribbean": 182,
    "Travel, Cruises": 291,
    "Travel, Eastern Europe": 329,
    "Travel, Europe": 308,
    "Travel, France": 179,
    "Travel, Greece": 180,
    "Travel, Honeymoons/Getaways": 1,
    "Travel, Hotels": 152,
    "Travel, Italy": 227,
    "Travel, Japan": 281,
    "Travel, Mexico & Central America": 41,
    "Travel, National Parks": 360,
    "Travel, South America": 248,
    "Travel, Spas": 307,
    "Travel, Theme Parks": 298,
    "Travel, Traveling with Kids": 166,
    "Travel, United Kingdom": 272
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "problem_type": "single_label_classification",
  "torch_dtype": "float32",
  "transformers_version": "4.39.3",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}