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