PavanDeepak commited on
Commit
5c4174f
1 Parent(s): e84cbae

Upload BertForSequenceClassification

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