PavanDeepak
commited on
Commit
•
31dbe40
1
Parent(s):
a8eeff3
Upload BertForSequenceClassification
Browse files- README.md +201 -0
- config.json +1205 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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]
|
200 |
+
|
201 |
+
|
config.json
ADDED
@@ -0,0 +1,1205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "D:/datascience/Gen-AI/text-classification-model-IAB-list",
|
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": "Travel",
|
14 |
+
"1": "Books & Literature",
|
15 |
+
"2": "Hobbies & Leisure",
|
16 |
+
"3": "Outdoors",
|
17 |
+
"4": "Hiking & Camping",
|
18 |
+
"5": "Sports",
|
19 |
+
"6": "Team Sports",
|
20 |
+
"7": "Soccer",
|
21 |
+
"8": "Autos & Vehicles",
|
22 |
+
"9": "Motor Vehicles (By Type)",
|
23 |
+
"10": "Off-Road Vehicles",
|
24 |
+
"11": "Business & Industrial",
|
25 |
+
"12": "Construction & Maintenance",
|
26 |
+
"13": "Building Materials & Supplies",
|
27 |
+
"14": "Arts & Entertainment",
|
28 |
+
"15": "Home & Garden",
|
29 |
+
"16": "Home Furnishings",
|
30 |
+
"17": "Online Communities",
|
31 |
+
"18": "Fishing",
|
32 |
+
"19": "Science",
|
33 |
+
"20": "Special Occasions",
|
34 |
+
"21": "Shopping",
|
35 |
+
"22": "Apparel",
|
36 |
+
"23": "Clothing Accessories",
|
37 |
+
"24": "People & Society",
|
38 |
+
"25": "Religion & Belief",
|
39 |
+
"26": "Law & Government",
|
40 |
+
"27": "Public Safety",
|
41 |
+
"28": "Reference",
|
42 |
+
"29": "Language Resources",
|
43 |
+
"30": "Foreign Language Resources",
|
44 |
+
"31": "Business Services",
|
45 |
+
"32": "E-Commerce Services",
|
46 |
+
"33": "Beauty & Fitness",
|
47 |
+
"34": "Face & Body Care",
|
48 |
+
"35": "Make-Up & Cosmetics",
|
49 |
+
"36": "Visual Art & Design",
|
50 |
+
"37": "Tourist Destinations",
|
51 |
+
"38": "Home Improvement",
|
52 |
+
"39": "Home & Interior Decor",
|
53 |
+
"40": "Legal",
|
54 |
+
"41": "Legal Services",
|
55 |
+
"42": "Jobs & Education",
|
56 |
+
"43": "Education",
|
57 |
+
"44": "Primary & Secondary Schooling (K-12)",
|
58 |
+
"45": "Health",
|
59 |
+
"46": "Substance Abuse",
|
60 |
+
"47": "Directories & Listings",
|
61 |
+
"48": "Business & Personal Listings",
|
62 |
+
"49": "Computers & Electronics",
|
63 |
+
"50": "Agriculture & Forestry",
|
64 |
+
"51": "Blogging Resources & Services",
|
65 |
+
"52": "Comics & Animation",
|
66 |
+
"53": "Comics",
|
67 |
+
"54": "Electronics & Electrical",
|
68 |
+
"55": "Electronic Components",
|
69 |
+
"56": "Music & Audio",
|
70 |
+
"57": "Rock Music",
|
71 |
+
"58": "Social Networks",
|
72 |
+
"59": "News",
|
73 |
+
"60": "Social Issues & Advocacy",
|
74 |
+
"61": "Charity & Philanthropy",
|
75 |
+
"62": "Games",
|
76 |
+
"63": "Gambling",
|
77 |
+
"64": "Colleges & Universities",
|
78 |
+
"65": "Food & Drink",
|
79 |
+
"66": "Food",
|
80 |
+
"67": "Baked Goods",
|
81 |
+
"68": "Construction & Power Tools",
|
82 |
+
"69": "TV & Video",
|
83 |
+
"70": "Movies",
|
84 |
+
"71": "Adult",
|
85 |
+
"72": "Computer & Video Games",
|
86 |
+
"73": "Online Media",
|
87 |
+
"74": "Finance",
|
88 |
+
"75": "Consumer Resources",
|
89 |
+
"76": "Coupons & Discount Offers",
|
90 |
+
"77": "Anime & Manga",
|
91 |
+
"78": "Casual Apparel",
|
92 |
+
"79": "Standardized & Admissions Tests",
|
93 |
+
"80": "Painting",
|
94 |
+
"81": "Internet & Telecom",
|
95 |
+
"82": "Web Services",
|
96 |
+
"83": "Web Design & Development",
|
97 |
+
"84": "Cooking & Recipes",
|
98 |
+
"85": "Transportation & Logistics",
|
99 |
+
"86": "Mail & Package Delivery",
|
100 |
+
"87": "Home Appliances",
|
101 |
+
"88": "Office Supplies",
|
102 |
+
"89": "Bed & Bath",
|
103 |
+
"90": "Hospitality Industry",
|
104 |
+
"91": "Food Service",
|
105 |
+
"92": "Baseball",
|
106 |
+
"93": "Real Estate",
|
107 |
+
"94": "Real Estate Services",
|
108 |
+
"95": "Urban & Hip-Hop",
|
109 |
+
"96": "Credit & Lending",
|
110 |
+
"97": "Loans",
|
111 |
+
"98": "Kids & Teens",
|
112 |
+
"99": "Hair Care",
|
113 |
+
"100": "Sensitive Subjects",
|
114 |
+
"101": "Lamps & Lighting",
|
115 |
+
"102": "Beverages",
|
116 |
+
"103": "Coffee & Tea",
|
117 |
+
"104": "Nutrition",
|
118 |
+
"105": "Vehicle Shopping",
|
119 |
+
"106": "Used Vehicles",
|
120 |
+
"107": "Tobacco Products",
|
121 |
+
"108": "Military",
|
122 |
+
"109": "Sporting Goods",
|
123 |
+
"110": "Pest Control",
|
124 |
+
"111": "Fitness",
|
125 |
+
"112": "Pharmacy",
|
126 |
+
"113": "Drugs & Medications",
|
127 |
+
"114": "Libraries & Museums",
|
128 |
+
"115": "Energy & Utilities",
|
129 |
+
"116": "Oil & Gas",
|
130 |
+
"117": "Packaging",
|
131 |
+
"118": "Writers Resources",
|
132 |
+
"119": "Software",
|
133 |
+
"120": "Business & Productivity Software",
|
134 |
+
"121": "Individual Sports",
|
135 |
+
"122": "Golf",
|
136 |
+
"123": "Classifieds",
|
137 |
+
"124": "Consumer Electronics",
|
138 |
+
"125": "Audio Equipment",
|
139 |
+
"126": "Footwear",
|
140 |
+
"127": "Vehicle Parts & Services",
|
141 |
+
"128": "Vehicle Parts & Accessories",
|
142 |
+
"129": "Crafts",
|
143 |
+
"130": "Politics",
|
144 |
+
"131": "Alcoholic Beverages",
|
145 |
+
"132": "Small Business",
|
146 |
+
"133": "MLM & Business Opportunities",
|
147 |
+
"134": "Online Image Galleries",
|
148 |
+
"135": "Multimedia Software",
|
149 |
+
"136": "Jobs",
|
150 |
+
"137": "Job Listings",
|
151 |
+
"138": "Vehicle Repair & Maintenance",
|
152 |
+
"139": "Online Goodies",
|
153 |
+
"140": "Board Games",
|
154 |
+
"141": "Vitamins & Supplements",
|
155 |
+
"142": "Beaches & Islands",
|
156 |
+
"143": "Music Equipment & Technology",
|
157 |
+
"144": "Distance Learning",
|
158 |
+
"145": "Gifts & Special Event Items",
|
159 |
+
"146": "Flowers",
|
160 |
+
"147": "HVAC & Climate Control",
|
161 |
+
"148": "Manufacturing",
|
162 |
+
"149": "Industrial Materials & Equipment",
|
163 |
+
"150": "Heavy Machinery",
|
164 |
+
"151": "Domestic Services",
|
165 |
+
"152": "Cleaning Services",
|
166 |
+
"153": "Oral & Dental Care",
|
167 |
+
"154": "TV Shows & Programs",
|
168 |
+
"155": "Biological Sciences",
|
169 |
+
"156": "Radio",
|
170 |
+
"157": "Racquet Sports",
|
171 |
+
"158": "Skin & Nail Care",
|
172 |
+
"159": "Banking",
|
173 |
+
"160": "Insurance",
|
174 |
+
"161": "Dance & Electronic Music",
|
175 |
+
"162": "Events & Listings",
|
176 |
+
"163": "Design",
|
177 |
+
"164": "Architecture",
|
178 |
+
"165": "Children's Clothing",
|
179 |
+
"166": "American Football",
|
180 |
+
"167": "Computer Hardware",
|
181 |
+
"168": "Holidays & Seasonal Events",
|
182 |
+
"169": "Product Reviews & Price Comparisons",
|
183 |
+
"170": "Agricultural Equipment",
|
184 |
+
"171": "Family & Relationships",
|
185 |
+
"172": "Family",
|
186 |
+
"173": "Business Operations",
|
187 |
+
"174": "Air Travel",
|
188 |
+
"175": "Trucks & SUVs",
|
189 |
+
"176": "Mobile & Wireless",
|
190 |
+
"177": "Mobile Phones",
|
191 |
+
"178": "Real Estate Listings",
|
192 |
+
"179": "Residential Sales",
|
193 |
+
"180": "Water Activities",
|
194 |
+
"181": "Boating",
|
195 |
+
"182": "Photographic & Digital Arts",
|
196 |
+
"183": "Card Games",
|
197 |
+
"184": "Poker & Casino Games",
|
198 |
+
"185": "General Reference",
|
199 |
+
"186": "Investing",
|
200 |
+
"187": "Currencies & Foreign Exchange",
|
201 |
+
"188": "Toys",
|
202 |
+
"189": "Health Conditions",
|
203 |
+
"190": "Government",
|
204 |
+
"191": "Dating & Personals",
|
205 |
+
"192": "Women's Clothing",
|
206 |
+
"193": "Fiber & Textile Arts",
|
207 |
+
"194": "Commercial Vehicles",
|
208 |
+
"195": "Candy & Sweets",
|
209 |
+
"196": "Public Health",
|
210 |
+
"197": "Medical Devices & Equipment",
|
211 |
+
"198": "Motorcycles",
|
212 |
+
"199": "Gardening & Landscaping",
|
213 |
+
"200": "Bathroom",
|
214 |
+
"201": "TV & Video Equipment",
|
215 |
+
"202": "Roleplaying Games",
|
216 |
+
"203": "Yard & Patio",
|
217 |
+
"204": "Humor",
|
218 |
+
"205": "Retail Trade",
|
219 |
+
"206": "Food & Grocery Retailers",
|
220 |
+
"207": "Computer Security",
|
221 |
+
"208": "Perfumes & Fragrances",
|
222 |
+
"209": "Chemicals Industry",
|
223 |
+
"210": "Cycling",
|
224 |
+
"211": "Photo & Video Sharing",
|
225 |
+
"212": "Computer Science",
|
226 |
+
"213": "Eyewear",
|
227 |
+
"214": "Accounting & Auditing",
|
228 |
+
"215": "Tax Preparation & Planning",
|
229 |
+
"216": "Performing Arts",
|
230 |
+
"217": "Radio Control & Modeling",
|
231 |
+
"218": "Athletic Apparel",
|
232 |
+
"219": "Renewable & Alternative Energy",
|
233 |
+
"220": "Pets & Animals",
|
234 |
+
"221": "Kitchen & Dining",
|
235 |
+
"222": "Textiles & Nonwovens",
|
236 |
+
"223": "Online Video",
|
237 |
+
"224": "Enterprise Technology",
|
238 |
+
"225": "Crime & Justice",
|
239 |
+
"226": "Hotels & Accommodations",
|
240 |
+
"227": "Security Products & Services",
|
241 |
+
"228": "Poetry",
|
242 |
+
"229": "Cookware & Diningware",
|
243 |
+
"230": "Motor Sports",
|
244 |
+
"231": "Music Reference",
|
245 |
+
"232": "Combat Sports",
|
246 |
+
"233": "Restaurants",
|
247 |
+
"234": "Printing & Publishing",
|
248 |
+
"235": "Networking",
|
249 |
+
"236": "Pets",
|
250 |
+
"237": "Mobile Apps & Add-Ons",
|
251 |
+
"238": "Surf & Swim",
|
252 |
+
"239": "Medical Facilities & Services",
|
253 |
+
"240": "Hospitals & Treatment Centers",
|
254 |
+
"241": "Desktop Computers",
|
255 |
+
"242": "Laptops & Notebooks",
|
256 |
+
"243": "Bicycles & Accessories",
|
257 |
+
"244": "Infectious Diseases",
|
258 |
+
"245": "Collectible Card Games",
|
259 |
+
"246": "Basketball",
|
260 |
+
"247": "Operating Systems",
|
261 |
+
"248": "Weight Loss",
|
262 |
+
"249": "Teaching & Classroom Resources",
|
263 |
+
"250": "Programming",
|
264 |
+
"251": "Mental Health",
|
265 |
+
"252": "Geographic Reference",
|
266 |
+
"253": "Maps",
|
267 |
+
"254": "Extreme Sports",
|
268 |
+
"255": "Communications Equipment",
|
269 |
+
"256": "Green Living & Environmental Issues",
|
270 |
+
"257": "Bus & Rail",
|
271 |
+
"258": "Plastics & Polymers",
|
272 |
+
"259": "Engineering & Technology",
|
273 |
+
"260": "Desserts",
|
274 |
+
"261": "Power Supplies",
|
275 |
+
"262": "World Music",
|
276 |
+
"263": "Antiques & Collectibles",
|
277 |
+
"264": "Plumbing",
|
278 |
+
"265": "Living Room Furniture",
|
279 |
+
"266": "Humanities",
|
280 |
+
"267": "History",
|
281 |
+
"268": "Weather",
|
282 |
+
"269": "Fashion & Style",
|
283 |
+
"270": "Astronomy",
|
284 |
+
"271": "Online Games",
|
285 |
+
"272": "Computer Peripherals",
|
286 |
+
"273": "Martial Arts",
|
287 |
+
"274": "Email & Messaging",
|
288 |
+
"275": "Sports News",
|
289 |
+
"276": "Mass Merchants & Department Stores",
|
290 |
+
"277": "Moving & Relocation",
|
291 |
+
"278": "Reproductive Health",
|
292 |
+
"279": "Undergarments",
|
293 |
+
"280": "Flooring",
|
294 |
+
"281": "Mobile & Wireless Accessories",
|
295 |
+
"282": "Campers & RVs",
|
296 |
+
"283": "Costumes",
|
297 |
+
"284": "Weddings",
|
298 |
+
"285": "Gifts",
|
299 |
+
"286": "Theme Parks",
|
300 |
+
"287": "Pharmaceuticals & Biotech",
|
301 |
+
"288": "Business News",
|
302 |
+
"289": "Service Providers",
|
303 |
+
"290": "Vision Care",
|
304 |
+
"291": "House Painting & Finishing",
|
305 |
+
"292": "Residential Rentals",
|
306 |
+
"293": "Car Rental & Taxi Services",
|
307 |
+
"294": "Winter Sports",
|
308 |
+
"295": "Visa & Immigration",
|
309 |
+
"296": "Aerospace & Defense",
|
310 |
+
"297": "Lottery",
|
311 |
+
"298": "Vacation Rentals & Short-Term Stays",
|
312 |
+
"299": "Fun & Trivia",
|
313 |
+
"300": "Photo & Video Services",
|
314 |
+
"301": "Metals & Mining",
|
315 |
+
"302": "Men's Clothing",
|
316 |
+
"303": "Cosmetic Procedures",
|
317 |
+
"304": "Financial Planning & Management",
|
318 |
+
"305": "Family-Oriented Games & Activities",
|
319 |
+
"306": "Home Swimming Pools, Saunas & Spas",
|
320 |
+
"307": "Nursing",
|
321 |
+
"308": "Table Games",
|
322 |
+
"309": "Earth Sciences",
|
323 |
+
"310": "Camera & Photo Equipment",
|
324 |
+
"311": "Spas & Beauty Services",
|
325 |
+
"312": "Water Sports",
|
326 |
+
"313": "Body Art",
|
327 |
+
"314": "E-Books",
|
328 |
+
"315": "Animal Products & Services",
|
329 |
+
"316": "Entertainment Industry",
|
330 |
+
"317": "Clubs & Organizations",
|
331 |
+
"318": "Offbeat",
|
332 |
+
"319": "Social Sciences",
|
333 |
+
"320": "Advertising & Marketing",
|
334 |
+
"321": "Grants, Scholarships & Financial Aid",
|
335 |
+
"322": "Laundry",
|
336 |
+
"323": "International Sports Competitions",
|
337 |
+
"324": "Vehicle Codes & Driving Laws",
|
338 |
+
"325": "Mathematics",
|
339 |
+
"326": "Addictions",
|
340 |
+
"327": "Fun Tests & Silly Surveys",
|
341 |
+
"328": "Sports Memorabilia",
|
342 |
+
"329": "Virtual Worlds",
|
343 |
+
"330": "Geology",
|
344 |
+
"331": "Heart & Hypertension",
|
345 |
+
"332": "Public Records",
|
346 |
+
"333": "College Sports",
|
347 |
+
"334": "Precious Metals",
|
348 |
+
"335": "Business and Consumer Services",
|
349 |
+
"336": "Marketing and Advertising",
|
350 |
+
"337": "Puzzles & Brainteasers",
|
351 |
+
"338": "Youth Organizations & Resources",
|
352 |
+
"339": "Atmospheric Science",
|
353 |
+
"340": "Physics",
|
354 |
+
"341": "Printing & Self Publishing",
|
355 |
+
"342": "Auctions",
|
356 |
+
"343": "Gas Prices & Vehicle Fueling",
|
357 |
+
"344": "Dictionaries & Encyclopedias",
|
358 |
+
"345": "Cricket",
|
359 |
+
"346": "Parking",
|
360 |
+
"347": "Australian Football",
|
361 |
+
"348": "Computers Electronics and Technology",
|
362 |
+
"349": "Social Media Networks",
|
363 |
+
"350": "eCommerce & Shopping",
|
364 |
+
"351": "Graphics Multimedia and Web Design",
|
365 |
+
"352": "Marriage",
|
366 |
+
"353": "Opera",
|
367 |
+
"354": "Volleyball",
|
368 |
+
"355": "Chemistry",
|
369 |
+
"356": "Drug & Alcohol Treatment",
|
370 |
+
"357": "Science and Education",
|
371 |
+
"358": "Electricity",
|
372 |
+
"359": "Time & Calendars",
|
373 |
+
"360": "Smoking & Smoking Cessation",
|
374 |
+
"361": "Word Games",
|
375 |
+
"362": "Boxing",
|
376 |
+
"363": "Dance",
|
377 |
+
"364": "Chess & Abstract Strategy Games",
|
378 |
+
"365": "Vehicles",
|
379 |
+
"366": "Other Vehicles",
|
380 |
+
"367": "Reference Materials",
|
381 |
+
"368": "Social Services",
|
382 |
+
"369": "Mens Health",
|
383 |
+
"370": "Fighting Games",
|
384 |
+
"371": "Funny Pictures & Videos",
|
385 |
+
"372": "Study Grants & Scholarships",
|
386 |
+
"373": "Skins, Themes & Wallpapers",
|
387 |
+
"374": "Law and Government",
|
388 |
+
"375": "Law Enforcement and Protective Services",
|
389 |
+
"376": "Makes and Models",
|
390 |
+
"377": "Drones & RC Aircraft",
|
391 |
+
"378": "Clip Art & Animated GIFs",
|
392 |
+
"379": "Massage Therapy",
|
393 |
+
"380": "Commodities & Futures Trading",
|
394 |
+
"381": "Wrestling",
|
395 |
+
"382": "Aging & Geriatrics",
|
396 |
+
"383": "Fantasy Sports",
|
397 |
+
"384": "Rail Transport",
|
398 |
+
"385": "Psychology",
|
399 |
+
"386": "Drawing & Coloring",
|
400 |
+
"387": "Rugby",
|
401 |
+
"388": "Acting & Theater",
|
402 |
+
"389": "Skiing & Snowboarding",
|
403 |
+
"390": "Hockey",
|
404 |
+
"391": "Calculators & Reference Tools",
|
405 |
+
"392": "Depression",
|
406 |
+
"393": "Philosophy",
|
407 |
+
"394": "Birds",
|
408 |
+
"395": "GPS & Navigation",
|
409 |
+
"396": "CAD & CAM",
|
410 |
+
"397": "Assisted Living & Long Term Care",
|
411 |
+
"398": "Fish & Aquaria",
|
412 |
+
"399": "Skin Conditions",
|
413 |
+
"400": "Biographies & Quotations",
|
414 |
+
"401": "Diabetes",
|
415 |
+
"402": "Troubled Relationships",
|
416 |
+
"403": "Neurological Conditions",
|
417 |
+
"404": "Libraries and Museums",
|
418 |
+
"405": "Formal Wear",
|
419 |
+
"406": "Emergency Services",
|
420 |
+
"407": "Immigration and Visas",
|
421 |
+
"408": "Unwanted Body & Facial Hair Removal",
|
422 |
+
"409": "Women's Health",
|
423 |
+
"410": "Die-cast & Toy Vehicles",
|
424 |
+
"411": "Model Trains & Railroads",
|
425 |
+
"412": "Internet Software",
|
426 |
+
"413": "Animation and Comics",
|
427 |
+
"414": "Textiles",
|
428 |
+
"415": "Food and Drink",
|
429 |
+
"416": "Vegetarian and Vegan",
|
430 |
+
"417": "Travel and Tourism",
|
431 |
+
"418": "Tourist Attractions",
|
432 |
+
"419": "Tennis",
|
433 |
+
"420": "Alternative and Natural Medicine",
|
434 |
+
"421": "Dentist and Dental Services",
|
435 |
+
"422": "Community and Society",
|
436 |
+
"423": "Decease",
|
437 |
+
"424": "Other Community and Society",
|
438 |
+
"425": "Puzzles and Brainteasers",
|
439 |
+
"426": "Geriatric and Aging Care",
|
440 |
+
"427": "Web Hosting and Domain Names",
|
441 |
+
"428": "Casinos",
|
442 |
+
"429": "Boats",
|
443 |
+
"430": "Lifestyle",
|
444 |
+
"431": "Jewelry and Luxury Products",
|
445 |
+
"432": "Hobbies and Leisure",
|
446 |
+
"433": "Models",
|
447 |
+
"434": "Home and Garden",
|
448 |
+
"435": "Gardening",
|
449 |
+
"436": "Holidays and Seasonal Events",
|
450 |
+
"437": "Antiques and Collectibles",
|
451 |
+
"438": "Board and Card Games",
|
452 |
+
"439": "Ground Transportation",
|
453 |
+
"440": "Running",
|
454 |
+
"441": "Other Hobbies and Leisure",
|
455 |
+
"442": "Heavy Industry and Engineering",
|
456 |
+
"443": "Video Games Consoles and Accessories",
|
457 |
+
"444": "Programming and Developer Software",
|
458 |
+
"445": "Other Sports",
|
459 |
+
"446": "Other Computers Electronics and Technology",
|
460 |
+
"447": "Other Finance",
|
461 |
+
"448": "Jobs and Career",
|
462 |
+
"449": "Other Jobs and Career",
|
463 |
+
"450": "Dictionaries and Encyclopedias",
|
464 |
+
"451": "Dating and Relationships",
|
465 |
+
"452": "Public Records and Directories",
|
466 |
+
"453": "Visual Arts and Design",
|
467 |
+
"454": "Shipping and Logistics",
|
468 |
+
"455": "File Sharing and Hosting",
|
469 |
+
"456": "Streaming & Online TV",
|
470 |
+
"457": "Other Science and Education",
|
471 |
+
"458": "Other Lifestyle",
|
472 |
+
"459": "Photography",
|
473 |
+
"460": "Other Games",
|
474 |
+
"461": "Jobs and Employment",
|
475 |
+
"462": "Search Engines",
|
476 |
+
"463": "Other Arts and Entertainment",
|
477 |
+
"464": "Fashion and Apparel",
|
478 |
+
"465": "Other Travel and Tourism",
|
479 |
+
"466": "Other Health",
|
480 |
+
"467": "Books and Literature",
|
481 |
+
"468": "Construction and Maintenance",
|
482 |
+
"469": "Accounting and Auditing",
|
483 |
+
"470": "Pets and Animals",
|
484 |
+
"471": "Pet Food and Supplies",
|
485 |
+
"472": "Banking Credit and Lending",
|
486 |
+
"473": "Fan Fiction",
|
487 |
+
"474": "Restaurant Reviews & Reservations",
|
488 |
+
"475": "Stocks & Bonds",
|
489 |
+
"476": "Other Law and Government",
|
490 |
+
"477": "Bingo",
|
491 |
+
"478": "Marketplace",
|
492 |
+
"479": "Price Comparison",
|
493 |
+
"480": "Nutrition Diets and Fitness",
|
494 |
+
"481": "Energy Industry",
|
495 |
+
"482": "Other Pets and Animals",
|
496 |
+
"483": "Seniors & Retirement",
|
497 |
+
"484": "Interior Design",
|
498 |
+
"485": "Literature",
|
499 |
+
"486": "Faith and Beliefs",
|
500 |
+
"487": "Gifts and Flowers",
|
501 |
+
"488": "Other Gambling",
|
502 |
+
"489": "Beauty and Cosmetics",
|
503 |
+
"490": "Waste Water and Environmental",
|
504 |
+
"491": "Financial Planning and Management",
|
505 |
+
"492": "Chemical Industry",
|
506 |
+
"493": "Aerospace and Defense",
|
507 |
+
"494": "Other Home and Garden",
|
508 |
+
"495": "Cooking and Recipes",
|
509 |
+
"496": "Ancestry and Genealogy",
|
510 |
+
"497": "Philanthropy",
|
511 |
+
"498": "Transportation and Excursions",
|
512 |
+
"499": "Digital Marketing",
|
513 |
+
"500": "Automotive Industry",
|
514 |
+
"501": "Health Conditions and Concerns",
|
515 |
+
"502": "Physical Therapy",
|
516 |
+
"503": "National Security",
|
517 |
+
"504": "Business Training",
|
518 |
+
"505": "Restaurants and Delivery",
|
519 |
+
"506": "Metals and Mining",
|
520 |
+
"507": "Poker",
|
521 |
+
"508": "Aviation",
|
522 |
+
"509": "LGBTQ",
|
523 |
+
"510": "Special & Restricted Diets",
|
524 |
+
"511": "Consulting",
|
525 |
+
"512": "Credit Cards",
|
526 |
+
"513": "Sports Betting",
|
527 |
+
"514": "Homeschooling",
|
528 |
+
"515": "Film & TV Industry",
|
529 |
+
"516": "Museums",
|
530 |
+
"517": "Consumer Advocacy & Protection",
|
531 |
+
"518": "Men's Health",
|
532 |
+
"519": "Concerts & Music Festivals",
|
533 |
+
"520": "Fashion Designers & Collections",
|
534 |
+
"521": "Children's Interests",
|
535 |
+
"522": "Pain Management",
|
536 |
+
"523": "Horses",
|
537 |
+
"524": "Forms Guides & Templates",
|
538 |
+
"525": "Mountain & Ski Resorts",
|
539 |
+
"526": "Cards & Greetings",
|
540 |
+
"527": "Credit Reporting & Monitoring",
|
541 |
+
"528": "Sports Games",
|
542 |
+
"529": "Accommodation and Hotels",
|
543 |
+
"530": "Voice & Video Chat",
|
544 |
+
"531": "Sleep Disorders",
|
545 |
+
"532": "Health Insurance",
|
546 |
+
"533": "Livestock",
|
547 |
+
"534": "Grants Scholarships and Financial Aid",
|
548 |
+
"535": "Respiratory Conditions",
|
549 |
+
"536": "Cancer",
|
550 |
+
"537": "Building Toys",
|
551 |
+
"538": "Space Technology",
|
552 |
+
"539": "Computer Drives & Storage",
|
553 |
+
"540": "Stuffed Toys",
|
554 |
+
"541": "Animal Sports",
|
555 |
+
"542": "Vehicle Licensing & Registration",
|
556 |
+
"543": "Cable & Satellite Providers",
|
557 |
+
"544": "Soft Drinks",
|
558 |
+
"545": "Meat & Seafood",
|
559 |
+
"546": "Courts & Judiciary",
|
560 |
+
"547": "Statistics",
|
561 |
+
"548": "Endocrine Conditions",
|
562 |
+
"549": "Human Rights & Liberties",
|
563 |
+
"550": "Health Education & Medical Training",
|
564 |
+
"551": "Computer Components",
|
565 |
+
"552": "Sports Coaching & Training",
|
566 |
+
"553": "Fish and Aquaria",
|
567 |
+
"554": "Luxury Goods",
|
568 |
+
"555": "Strategy Games",
|
569 |
+
"556": "Literary Classics",
|
570 |
+
"557": "Tobacco",
|
571 |
+
"558": "Maritime Transport",
|
572 |
+
"559": "Juice",
|
573 |
+
"560": "Curtains & Window Treatments",
|
574 |
+
"561": "Cruises & Charters",
|
575 |
+
"562": "Career Resources & Planning",
|
576 |
+
"563": "Developmental and Physical Disabilities",
|
577 |
+
"564": "Veterinarians",
|
578 |
+
"565": "Vocational & Continuing Education",
|
579 |
+
"566": "Commercial Properties",
|
580 |
+
"567": "Boats & Watercraft",
|
581 |
+
"568": "Expos & Conventions",
|
582 |
+
"569": "Biology",
|
583 |
+
"570": "Scientific Institutions",
|
584 |
+
"571": "Pizzerias",
|
585 |
+
"572": "Affiliate Programs",
|
586 |
+
"573": "Fast Food",
|
587 |
+
"574": "Regional Parks & Gardens",
|
588 |
+
"575": "Corporate Events",
|
589 |
+
"576": "Coupons and Rebates",
|
590 |
+
"577": "Hacking & Cracking",
|
591 |
+
"578": "Circus",
|
592 |
+
"579": "Pop Music",
|
593 |
+
"580": "Poverty & Hunger",
|
594 |
+
"581": "Health News",
|
595 |
+
"582": "Health Foundations & Medical Research",
|
596 |
+
"583": "Doctors' Offices",
|
597 |
+
"584": "Lots & Land",
|
598 |
+
"585": "Miniatures & Wargaming",
|
599 |
+
"586": "Training & Certification"
|
600 |
+
},
|
601 |
+
"initializer_range": 0.02,
|
602 |
+
"intermediate_size": 3072,
|
603 |
+
"label2id": {
|
604 |
+
"Accommodation and Hotels": 529,
|
605 |
+
"Accounting & Auditing": 214,
|
606 |
+
"Accounting and Auditing": 469,
|
607 |
+
"Acting & Theater": 388,
|
608 |
+
"Addictions": 326,
|
609 |
+
"Adult": 71,
|
610 |
+
"Advertising & Marketing": 320,
|
611 |
+
"Aerospace & Defense": 296,
|
612 |
+
"Aerospace and Defense": 493,
|
613 |
+
"Affiliate Programs": 572,
|
614 |
+
"Aging & Geriatrics": 382,
|
615 |
+
"Agricultural Equipment": 170,
|
616 |
+
"Agriculture & Forestry": 50,
|
617 |
+
"Air Travel": 174,
|
618 |
+
"Alcoholic Beverages": 131,
|
619 |
+
"Alternative and Natural Medicine": 420,
|
620 |
+
"American Football": 166,
|
621 |
+
"Ancestry and Genealogy": 496,
|
622 |
+
"Animal Products & Services": 315,
|
623 |
+
"Animal Sports": 541,
|
624 |
+
"Animation and Comics": 413,
|
625 |
+
"Anime & Manga": 77,
|
626 |
+
"Antiques & Collectibles": 263,
|
627 |
+
"Antiques and Collectibles": 437,
|
628 |
+
"Apparel": 22,
|
629 |
+
"Architecture": 164,
|
630 |
+
"Arts & Entertainment": 14,
|
631 |
+
"Assisted Living & Long Term Care": 397,
|
632 |
+
"Astronomy": 270,
|
633 |
+
"Athletic Apparel": 218,
|
634 |
+
"Atmospheric Science": 339,
|
635 |
+
"Auctions": 342,
|
636 |
+
"Audio Equipment": 125,
|
637 |
+
"Australian Football": 347,
|
638 |
+
"Automotive Industry": 500,
|
639 |
+
"Autos & Vehicles": 8,
|
640 |
+
"Aviation": 508,
|
641 |
+
"Baked Goods": 67,
|
642 |
+
"Banking": 159,
|
643 |
+
"Banking Credit and Lending": 472,
|
644 |
+
"Baseball": 92,
|
645 |
+
"Basketball": 246,
|
646 |
+
"Bathroom": 200,
|
647 |
+
"Beaches & Islands": 142,
|
648 |
+
"Beauty & Fitness": 33,
|
649 |
+
"Beauty and Cosmetics": 489,
|
650 |
+
"Bed & Bath": 89,
|
651 |
+
"Beverages": 102,
|
652 |
+
"Bicycles & Accessories": 243,
|
653 |
+
"Bingo": 477,
|
654 |
+
"Biographies & Quotations": 400,
|
655 |
+
"Biological Sciences": 155,
|
656 |
+
"Biology": 569,
|
657 |
+
"Birds": 394,
|
658 |
+
"Blogging Resources & Services": 51,
|
659 |
+
"Board Games": 140,
|
660 |
+
"Board and Card Games": 438,
|
661 |
+
"Boating": 181,
|
662 |
+
"Boats": 429,
|
663 |
+
"Boats & Watercraft": 567,
|
664 |
+
"Body Art": 313,
|
665 |
+
"Books & Literature": 1,
|
666 |
+
"Books and Literature": 467,
|
667 |
+
"Boxing": 362,
|
668 |
+
"Building Materials & Supplies": 13,
|
669 |
+
"Building Toys": 537,
|
670 |
+
"Bus & Rail": 257,
|
671 |
+
"Business & Industrial": 11,
|
672 |
+
"Business & Personal Listings": 48,
|
673 |
+
"Business & Productivity Software": 120,
|
674 |
+
"Business News": 288,
|
675 |
+
"Business Operations": 173,
|
676 |
+
"Business Services": 31,
|
677 |
+
"Business Training": 504,
|
678 |
+
"Business and Consumer Services": 335,
|
679 |
+
"CAD & CAM": 396,
|
680 |
+
"Cable & Satellite Providers": 543,
|
681 |
+
"Calculators & Reference Tools": 391,
|
682 |
+
"Camera & Photo Equipment": 310,
|
683 |
+
"Campers & RVs": 282,
|
684 |
+
"Cancer": 536,
|
685 |
+
"Candy & Sweets": 195,
|
686 |
+
"Car Rental & Taxi Services": 293,
|
687 |
+
"Card Games": 183,
|
688 |
+
"Cards & Greetings": 526,
|
689 |
+
"Career Resources & Planning": 562,
|
690 |
+
"Casinos": 428,
|
691 |
+
"Casual Apparel": 78,
|
692 |
+
"Charity & Philanthropy": 61,
|
693 |
+
"Chemical Industry": 492,
|
694 |
+
"Chemicals Industry": 209,
|
695 |
+
"Chemistry": 355,
|
696 |
+
"Chess & Abstract Strategy Games": 364,
|
697 |
+
"Children's Clothing": 165,
|
698 |
+
"Children's Interests": 521,
|
699 |
+
"Circus": 578,
|
700 |
+
"Classifieds": 123,
|
701 |
+
"Cleaning Services": 152,
|
702 |
+
"Clip Art & Animated GIFs": 378,
|
703 |
+
"Clothing Accessories": 23,
|
704 |
+
"Clubs & Organizations": 317,
|
705 |
+
"Coffee & Tea": 103,
|
706 |
+
"Collectible Card Games": 245,
|
707 |
+
"College Sports": 333,
|
708 |
+
"Colleges & Universities": 64,
|
709 |
+
"Combat Sports": 232,
|
710 |
+
"Comics": 53,
|
711 |
+
"Comics & Animation": 52,
|
712 |
+
"Commercial Properties": 566,
|
713 |
+
"Commercial Vehicles": 194,
|
714 |
+
"Commodities & Futures Trading": 380,
|
715 |
+
"Communications Equipment": 255,
|
716 |
+
"Community and Society": 422,
|
717 |
+
"Computer & Video Games": 72,
|
718 |
+
"Computer Components": 551,
|
719 |
+
"Computer Drives & Storage": 539,
|
720 |
+
"Computer Hardware": 167,
|
721 |
+
"Computer Peripherals": 272,
|
722 |
+
"Computer Science": 212,
|
723 |
+
"Computer Security": 207,
|
724 |
+
"Computers & Electronics": 49,
|
725 |
+
"Computers Electronics and Technology": 348,
|
726 |
+
"Concerts & Music Festivals": 519,
|
727 |
+
"Construction & Maintenance": 12,
|
728 |
+
"Construction & Power Tools": 68,
|
729 |
+
"Construction and Maintenance": 468,
|
730 |
+
"Consulting": 511,
|
731 |
+
"Consumer Advocacy & Protection": 517,
|
732 |
+
"Consumer Electronics": 124,
|
733 |
+
"Consumer Resources": 75,
|
734 |
+
"Cooking & Recipes": 84,
|
735 |
+
"Cooking and Recipes": 495,
|
736 |
+
"Cookware & Diningware": 229,
|
737 |
+
"Corporate Events": 575,
|
738 |
+
"Cosmetic Procedures": 303,
|
739 |
+
"Costumes": 283,
|
740 |
+
"Coupons & Discount Offers": 76,
|
741 |
+
"Coupons and Rebates": 576,
|
742 |
+
"Courts & Judiciary": 546,
|
743 |
+
"Crafts": 129,
|
744 |
+
"Credit & Lending": 96,
|
745 |
+
"Credit Cards": 512,
|
746 |
+
"Credit Reporting & Monitoring": 527,
|
747 |
+
"Cricket": 345,
|
748 |
+
"Crime & Justice": 225,
|
749 |
+
"Cruises & Charters": 561,
|
750 |
+
"Currencies & Foreign Exchange": 187,
|
751 |
+
"Curtains & Window Treatments": 560,
|
752 |
+
"Cycling": 210,
|
753 |
+
"Dance": 363,
|
754 |
+
"Dance & Electronic Music": 161,
|
755 |
+
"Dating & Personals": 191,
|
756 |
+
"Dating and Relationships": 451,
|
757 |
+
"Decease": 423,
|
758 |
+
"Dentist and Dental Services": 421,
|
759 |
+
"Depression": 392,
|
760 |
+
"Design": 163,
|
761 |
+
"Desktop Computers": 241,
|
762 |
+
"Desserts": 260,
|
763 |
+
"Developmental and Physical Disabilities": 563,
|
764 |
+
"Diabetes": 401,
|
765 |
+
"Dictionaries & Encyclopedias": 344,
|
766 |
+
"Dictionaries and Encyclopedias": 450,
|
767 |
+
"Die-cast & Toy Vehicles": 410,
|
768 |
+
"Digital Marketing": 499,
|
769 |
+
"Directories & Listings": 47,
|
770 |
+
"Distance Learning": 144,
|
771 |
+
"Doctors' Offices": 583,
|
772 |
+
"Domestic Services": 151,
|
773 |
+
"Drawing & Coloring": 386,
|
774 |
+
"Drones & RC Aircraft": 377,
|
775 |
+
"Drug & Alcohol Treatment": 356,
|
776 |
+
"Drugs & Medications": 113,
|
777 |
+
"E-Books": 314,
|
778 |
+
"E-Commerce Services": 32,
|
779 |
+
"Earth Sciences": 309,
|
780 |
+
"Education": 43,
|
781 |
+
"Electricity": 358,
|
782 |
+
"Electronic Components": 55,
|
783 |
+
"Electronics & Electrical": 54,
|
784 |
+
"Email & Messaging": 274,
|
785 |
+
"Emergency Services": 406,
|
786 |
+
"Endocrine Conditions": 548,
|
787 |
+
"Energy & Utilities": 115,
|
788 |
+
"Energy Industry": 481,
|
789 |
+
"Engineering & Technology": 259,
|
790 |
+
"Enterprise Technology": 224,
|
791 |
+
"Entertainment Industry": 316,
|
792 |
+
"Events & Listings": 162,
|
793 |
+
"Expos & Conventions": 568,
|
794 |
+
"Extreme Sports": 254,
|
795 |
+
"Eyewear": 213,
|
796 |
+
"Face & Body Care": 34,
|
797 |
+
"Faith and Beliefs": 486,
|
798 |
+
"Family": 172,
|
799 |
+
"Family & Relationships": 171,
|
800 |
+
"Family-Oriented Games & Activities": 305,
|
801 |
+
"Fan Fiction": 473,
|
802 |
+
"Fantasy Sports": 383,
|
803 |
+
"Fashion & Style": 269,
|
804 |
+
"Fashion Designers & Collections": 520,
|
805 |
+
"Fashion and Apparel": 464,
|
806 |
+
"Fast Food": 573,
|
807 |
+
"Fiber & Textile Arts": 193,
|
808 |
+
"Fighting Games": 370,
|
809 |
+
"File Sharing and Hosting": 455,
|
810 |
+
"Film & TV Industry": 515,
|
811 |
+
"Finance": 74,
|
812 |
+
"Financial Planning & Management": 304,
|
813 |
+
"Financial Planning and Management": 491,
|
814 |
+
"Fish & Aquaria": 398,
|
815 |
+
"Fish and Aquaria": 553,
|
816 |
+
"Fishing": 18,
|
817 |
+
"Fitness": 111,
|
818 |
+
"Flooring": 280,
|
819 |
+
"Flowers": 146,
|
820 |
+
"Food": 66,
|
821 |
+
"Food & Drink": 65,
|
822 |
+
"Food & Grocery Retailers": 206,
|
823 |
+
"Food Service": 91,
|
824 |
+
"Food and Drink": 415,
|
825 |
+
"Footwear": 126,
|
826 |
+
"Foreign Language Resources": 30,
|
827 |
+
"Formal Wear": 405,
|
828 |
+
"Forms Guides & Templates": 524,
|
829 |
+
"Fun & Trivia": 299,
|
830 |
+
"Fun Tests & Silly Surveys": 327,
|
831 |
+
"Funny Pictures & Videos": 371,
|
832 |
+
"GPS & Navigation": 395,
|
833 |
+
"Gambling": 63,
|
834 |
+
"Games": 62,
|
835 |
+
"Gardening": 435,
|
836 |
+
"Gardening & Landscaping": 199,
|
837 |
+
"Gas Prices & Vehicle Fueling": 343,
|
838 |
+
"General Reference": 185,
|
839 |
+
"Geographic Reference": 252,
|
840 |
+
"Geology": 330,
|
841 |
+
"Geriatric and Aging Care": 426,
|
842 |
+
"Gifts": 285,
|
843 |
+
"Gifts & Special Event Items": 145,
|
844 |
+
"Gifts and Flowers": 487,
|
845 |
+
"Golf": 122,
|
846 |
+
"Government": 190,
|
847 |
+
"Grants Scholarships and Financial Aid": 534,
|
848 |
+
"Grants, Scholarships & Financial Aid": 321,
|
849 |
+
"Graphics Multimedia and Web Design": 351,
|
850 |
+
"Green Living & Environmental Issues": 256,
|
851 |
+
"Ground Transportation": 439,
|
852 |
+
"HVAC & Climate Control": 147,
|
853 |
+
"Hacking & Cracking": 577,
|
854 |
+
"Hair Care": 99,
|
855 |
+
"Health": 45,
|
856 |
+
"Health Conditions": 189,
|
857 |
+
"Health Conditions and Concerns": 501,
|
858 |
+
"Health Education & Medical Training": 550,
|
859 |
+
"Health Foundations & Medical Research": 582,
|
860 |
+
"Health Insurance": 532,
|
861 |
+
"Health News": 581,
|
862 |
+
"Heart & Hypertension": 331,
|
863 |
+
"Heavy Industry and Engineering": 442,
|
864 |
+
"Heavy Machinery": 150,
|
865 |
+
"Hiking & Camping": 4,
|
866 |
+
"History": 267,
|
867 |
+
"Hobbies & Leisure": 2,
|
868 |
+
"Hobbies and Leisure": 432,
|
869 |
+
"Hockey": 390,
|
870 |
+
"Holidays & Seasonal Events": 168,
|
871 |
+
"Holidays and Seasonal Events": 436,
|
872 |
+
"Home & Garden": 15,
|
873 |
+
"Home & Interior Decor": 39,
|
874 |
+
"Home Appliances": 87,
|
875 |
+
"Home Furnishings": 16,
|
876 |
+
"Home Improvement": 38,
|
877 |
+
"Home Swimming Pools, Saunas & Spas": 306,
|
878 |
+
"Home and Garden": 434,
|
879 |
+
"Homeschooling": 514,
|
880 |
+
"Horses": 523,
|
881 |
+
"Hospitality Industry": 90,
|
882 |
+
"Hospitals & Treatment Centers": 240,
|
883 |
+
"Hotels & Accommodations": 226,
|
884 |
+
"House Painting & Finishing": 291,
|
885 |
+
"Human Rights & Liberties": 549,
|
886 |
+
"Humanities": 266,
|
887 |
+
"Humor": 204,
|
888 |
+
"Immigration and Visas": 407,
|
889 |
+
"Individual Sports": 121,
|
890 |
+
"Industrial Materials & Equipment": 149,
|
891 |
+
"Infectious Diseases": 244,
|
892 |
+
"Insurance": 160,
|
893 |
+
"Interior Design": 484,
|
894 |
+
"International Sports Competitions": 323,
|
895 |
+
"Internet & Telecom": 81,
|
896 |
+
"Internet Software": 412,
|
897 |
+
"Investing": 186,
|
898 |
+
"Jewelry and Luxury Products": 431,
|
899 |
+
"Job Listings": 137,
|
900 |
+
"Jobs": 136,
|
901 |
+
"Jobs & Education": 42,
|
902 |
+
"Jobs and Career": 448,
|
903 |
+
"Jobs and Employment": 461,
|
904 |
+
"Juice": 559,
|
905 |
+
"Kids & Teens": 98,
|
906 |
+
"Kitchen & Dining": 221,
|
907 |
+
"LGBTQ": 509,
|
908 |
+
"Lamps & Lighting": 101,
|
909 |
+
"Language Resources": 29,
|
910 |
+
"Laptops & Notebooks": 242,
|
911 |
+
"Laundry": 322,
|
912 |
+
"Law & Government": 26,
|
913 |
+
"Law Enforcement and Protective Services": 375,
|
914 |
+
"Law and Government": 374,
|
915 |
+
"Legal": 40,
|
916 |
+
"Legal Services": 41,
|
917 |
+
"Libraries & Museums": 114,
|
918 |
+
"Libraries and Museums": 404,
|
919 |
+
"Lifestyle": 430,
|
920 |
+
"Literary Classics": 556,
|
921 |
+
"Literature": 485,
|
922 |
+
"Livestock": 533,
|
923 |
+
"Living Room Furniture": 265,
|
924 |
+
"Loans": 97,
|
925 |
+
"Lots & Land": 584,
|
926 |
+
"Lottery": 297,
|
927 |
+
"Luxury Goods": 554,
|
928 |
+
"MLM & Business Opportunities": 133,
|
929 |
+
"Mail & Package Delivery": 86,
|
930 |
+
"Make-Up & Cosmetics": 35,
|
931 |
+
"Makes and Models": 376,
|
932 |
+
"Manufacturing": 148,
|
933 |
+
"Maps": 253,
|
934 |
+
"Maritime Transport": 558,
|
935 |
+
"Marketing and Advertising": 336,
|
936 |
+
"Marketplace": 478,
|
937 |
+
"Marriage": 352,
|
938 |
+
"Martial Arts": 273,
|
939 |
+
"Mass Merchants & Department Stores": 276,
|
940 |
+
"Massage Therapy": 379,
|
941 |
+
"Mathematics": 325,
|
942 |
+
"Meat & Seafood": 545,
|
943 |
+
"Medical Devices & Equipment": 197,
|
944 |
+
"Medical Facilities & Services": 239,
|
945 |
+
"Men's Clothing": 302,
|
946 |
+
"Men's Health": 518,
|
947 |
+
"Mens Health": 369,
|
948 |
+
"Mental Health": 251,
|
949 |
+
"Metals & Mining": 301,
|
950 |
+
"Metals and Mining": 506,
|
951 |
+
"Military": 108,
|
952 |
+
"Miniatures & Wargaming": 585,
|
953 |
+
"Mobile & Wireless": 176,
|
954 |
+
"Mobile & Wireless Accessories": 281,
|
955 |
+
"Mobile Apps & Add-Ons": 237,
|
956 |
+
"Mobile Phones": 177,
|
957 |
+
"Model Trains & Railroads": 411,
|
958 |
+
"Models": 433,
|
959 |
+
"Motor Sports": 230,
|
960 |
+
"Motor Vehicles (By Type)": 9,
|
961 |
+
"Motorcycles": 198,
|
962 |
+
"Mountain & Ski Resorts": 525,
|
963 |
+
"Movies": 70,
|
964 |
+
"Moving & Relocation": 277,
|
965 |
+
"Multimedia Software": 135,
|
966 |
+
"Museums": 516,
|
967 |
+
"Music & Audio": 56,
|
968 |
+
"Music Equipment & Technology": 143,
|
969 |
+
"Music Reference": 231,
|
970 |
+
"National Security": 503,
|
971 |
+
"Networking": 235,
|
972 |
+
"Neurological Conditions": 403,
|
973 |
+
"News": 59,
|
974 |
+
"Nursing": 307,
|
975 |
+
"Nutrition": 104,
|
976 |
+
"Nutrition Diets and Fitness": 480,
|
977 |
+
"Off-Road Vehicles": 10,
|
978 |
+
"Offbeat": 318,
|
979 |
+
"Office Supplies": 88,
|
980 |
+
"Oil & Gas": 116,
|
981 |
+
"Online Communities": 17,
|
982 |
+
"Online Games": 271,
|
983 |
+
"Online Goodies": 139,
|
984 |
+
"Online Image Galleries": 134,
|
985 |
+
"Online Media": 73,
|
986 |
+
"Online Video": 223,
|
987 |
+
"Opera": 353,
|
988 |
+
"Operating Systems": 247,
|
989 |
+
"Oral & Dental Care": 153,
|
990 |
+
"Other Arts and Entertainment": 463,
|
991 |
+
"Other Community and Society": 424,
|
992 |
+
"Other Computers Electronics and Technology": 446,
|
993 |
+
"Other Finance": 447,
|
994 |
+
"Other Gambling": 488,
|
995 |
+
"Other Games": 460,
|
996 |
+
"Other Health": 466,
|
997 |
+
"Other Hobbies and Leisure": 441,
|
998 |
+
"Other Home and Garden": 494,
|
999 |
+
"Other Jobs and Career": 449,
|
1000 |
+
"Other Law and Government": 476,
|
1001 |
+
"Other Lifestyle": 458,
|
1002 |
+
"Other Pets and Animals": 482,
|
1003 |
+
"Other Science and Education": 457,
|
1004 |
+
"Other Sports": 445,
|
1005 |
+
"Other Travel and Tourism": 465,
|
1006 |
+
"Other Vehicles": 366,
|
1007 |
+
"Outdoors": 3,
|
1008 |
+
"Packaging": 117,
|
1009 |
+
"Pain Management": 522,
|
1010 |
+
"Painting": 80,
|
1011 |
+
"Parking": 346,
|
1012 |
+
"People & Society": 24,
|
1013 |
+
"Performing Arts": 216,
|
1014 |
+
"Perfumes & Fragrances": 208,
|
1015 |
+
"Pest Control": 110,
|
1016 |
+
"Pet Food and Supplies": 471,
|
1017 |
+
"Pets": 236,
|
1018 |
+
"Pets & Animals": 220,
|
1019 |
+
"Pets and Animals": 470,
|
1020 |
+
"Pharmaceuticals & Biotech": 287,
|
1021 |
+
"Pharmacy": 112,
|
1022 |
+
"Philanthropy": 497,
|
1023 |
+
"Philosophy": 393,
|
1024 |
+
"Photo & Video Services": 300,
|
1025 |
+
"Photo & Video Sharing": 211,
|
1026 |
+
"Photographic & Digital Arts": 182,
|
1027 |
+
"Photography": 459,
|
1028 |
+
"Physical Therapy": 502,
|
1029 |
+
"Physics": 340,
|
1030 |
+
"Pizzerias": 571,
|
1031 |
+
"Plastics & Polymers": 258,
|
1032 |
+
"Plumbing": 264,
|
1033 |
+
"Poetry": 228,
|
1034 |
+
"Poker": 507,
|
1035 |
+
"Poker & Casino Games": 184,
|
1036 |
+
"Politics": 130,
|
1037 |
+
"Pop Music": 579,
|
1038 |
+
"Poverty & Hunger": 580,
|
1039 |
+
"Power Supplies": 261,
|
1040 |
+
"Precious Metals": 334,
|
1041 |
+
"Price Comparison": 479,
|
1042 |
+
"Primary & Secondary Schooling (K-12)": 44,
|
1043 |
+
"Printing & Publishing": 234,
|
1044 |
+
"Printing & Self Publishing": 341,
|
1045 |
+
"Product Reviews & Price Comparisons": 169,
|
1046 |
+
"Programming": 250,
|
1047 |
+
"Programming and Developer Software": 444,
|
1048 |
+
"Psychology": 385,
|
1049 |
+
"Public Health": 196,
|
1050 |
+
"Public Records": 332,
|
1051 |
+
"Public Records and Directories": 452,
|
1052 |
+
"Public Safety": 27,
|
1053 |
+
"Puzzles & Brainteasers": 337,
|
1054 |
+
"Puzzles and Brainteasers": 425,
|
1055 |
+
"Racquet Sports": 157,
|
1056 |
+
"Radio": 156,
|
1057 |
+
"Radio Control & Modeling": 217,
|
1058 |
+
"Rail Transport": 384,
|
1059 |
+
"Real Estate": 93,
|
1060 |
+
"Real Estate Listings": 178,
|
1061 |
+
"Real Estate Services": 94,
|
1062 |
+
"Reference": 28,
|
1063 |
+
"Reference Materials": 367,
|
1064 |
+
"Regional Parks & Gardens": 574,
|
1065 |
+
"Religion & Belief": 25,
|
1066 |
+
"Renewable & Alternative Energy": 219,
|
1067 |
+
"Reproductive Health": 278,
|
1068 |
+
"Residential Rentals": 292,
|
1069 |
+
"Residential Sales": 179,
|
1070 |
+
"Respiratory Conditions": 535,
|
1071 |
+
"Restaurant Reviews & Reservations": 474,
|
1072 |
+
"Restaurants": 233,
|
1073 |
+
"Restaurants and Delivery": 505,
|
1074 |
+
"Retail Trade": 205,
|
1075 |
+
"Rock Music": 57,
|
1076 |
+
"Roleplaying Games": 202,
|
1077 |
+
"Rugby": 387,
|
1078 |
+
"Running": 440,
|
1079 |
+
"Science": 19,
|
1080 |
+
"Science and Education": 357,
|
1081 |
+
"Scientific Institutions": 570,
|
1082 |
+
"Search Engines": 462,
|
1083 |
+
"Security Products & Services": 227,
|
1084 |
+
"Seniors & Retirement": 483,
|
1085 |
+
"Sensitive Subjects": 100,
|
1086 |
+
"Service Providers": 289,
|
1087 |
+
"Shipping and Logistics": 454,
|
1088 |
+
"Shopping": 21,
|
1089 |
+
"Skiing & Snowboarding": 389,
|
1090 |
+
"Skin & Nail Care": 158,
|
1091 |
+
"Skin Conditions": 399,
|
1092 |
+
"Skins, Themes & Wallpapers": 373,
|
1093 |
+
"Sleep Disorders": 531,
|
1094 |
+
"Small Business": 132,
|
1095 |
+
"Smoking & Smoking Cessation": 360,
|
1096 |
+
"Soccer": 7,
|
1097 |
+
"Social Issues & Advocacy": 60,
|
1098 |
+
"Social Media Networks": 349,
|
1099 |
+
"Social Networks": 58,
|
1100 |
+
"Social Sciences": 319,
|
1101 |
+
"Social Services": 368,
|
1102 |
+
"Soft Drinks": 544,
|
1103 |
+
"Software": 119,
|
1104 |
+
"Space Technology": 538,
|
1105 |
+
"Spas & Beauty Services": 311,
|
1106 |
+
"Special & Restricted Diets": 510,
|
1107 |
+
"Special Occasions": 20,
|
1108 |
+
"Sporting Goods": 109,
|
1109 |
+
"Sports": 5,
|
1110 |
+
"Sports Betting": 513,
|
1111 |
+
"Sports Coaching & Training": 552,
|
1112 |
+
"Sports Games": 528,
|
1113 |
+
"Sports Memorabilia": 328,
|
1114 |
+
"Sports News": 275,
|
1115 |
+
"Standardized & Admissions Tests": 79,
|
1116 |
+
"Statistics": 547,
|
1117 |
+
"Stocks & Bonds": 475,
|
1118 |
+
"Strategy Games": 555,
|
1119 |
+
"Streaming & Online TV": 456,
|
1120 |
+
"Study Grants & Scholarships": 372,
|
1121 |
+
"Stuffed Toys": 540,
|
1122 |
+
"Substance Abuse": 46,
|
1123 |
+
"Surf & Swim": 238,
|
1124 |
+
"TV & Video": 69,
|
1125 |
+
"TV & Video Equipment": 201,
|
1126 |
+
"TV Shows & Programs": 154,
|
1127 |
+
"Table Games": 308,
|
1128 |
+
"Tax Preparation & Planning": 215,
|
1129 |
+
"Teaching & Classroom Resources": 249,
|
1130 |
+
"Team Sports": 6,
|
1131 |
+
"Tennis": 419,
|
1132 |
+
"Textiles": 414,
|
1133 |
+
"Textiles & Nonwovens": 222,
|
1134 |
+
"Theme Parks": 286,
|
1135 |
+
"Time & Calendars": 359,
|
1136 |
+
"Tobacco": 557,
|
1137 |
+
"Tobacco Products": 107,
|
1138 |
+
"Tourist Attractions": 418,
|
1139 |
+
"Tourist Destinations": 37,
|
1140 |
+
"Toys": 188,
|
1141 |
+
"Training & Certification": 586,
|
1142 |
+
"Transportation & Logistics": 85,
|
1143 |
+
"Transportation and Excursions": 498,
|
1144 |
+
"Travel": 0,
|
1145 |
+
"Travel and Tourism": 417,
|
1146 |
+
"Troubled Relationships": 402,
|
1147 |
+
"Trucks & SUVs": 175,
|
1148 |
+
"Undergarments": 279,
|
1149 |
+
"Unwanted Body & Facial Hair Removal": 408,
|
1150 |
+
"Urban & Hip-Hop": 95,
|
1151 |
+
"Used Vehicles": 106,
|
1152 |
+
"Vacation Rentals & Short-Term Stays": 298,
|
1153 |
+
"Vegetarian and Vegan": 416,
|
1154 |
+
"Vehicle Codes & Driving Laws": 324,
|
1155 |
+
"Vehicle Licensing & Registration": 542,
|
1156 |
+
"Vehicle Parts & Accessories": 128,
|
1157 |
+
"Vehicle Parts & Services": 127,
|
1158 |
+
"Vehicle Repair & Maintenance": 138,
|
1159 |
+
"Vehicle Shopping": 105,
|
1160 |
+
"Vehicles": 365,
|
1161 |
+
"Veterinarians": 564,
|
1162 |
+
"Video Games Consoles and Accessories": 443,
|
1163 |
+
"Virtual Worlds": 329,
|
1164 |
+
"Visa & Immigration": 295,
|
1165 |
+
"Vision Care": 290,
|
1166 |
+
"Visual Art & Design": 36,
|
1167 |
+
"Visual Arts and Design": 453,
|
1168 |
+
"Vitamins & Supplements": 141,
|
1169 |
+
"Vocational & Continuing Education": 565,
|
1170 |
+
"Voice & Video Chat": 530,
|
1171 |
+
"Volleyball": 354,
|
1172 |
+
"Waste Water and Environmental": 490,
|
1173 |
+
"Water Activities": 180,
|
1174 |
+
"Water Sports": 312,
|
1175 |
+
"Weather": 268,
|
1176 |
+
"Web Design & Development": 83,
|
1177 |
+
"Web Hosting and Domain Names": 427,
|
1178 |
+
"Web Services": 82,
|
1179 |
+
"Weddings": 284,
|
1180 |
+
"Weight Loss": 248,
|
1181 |
+
"Winter Sports": 294,
|
1182 |
+
"Women's Clothing": 192,
|
1183 |
+
"Women's Health": 409,
|
1184 |
+
"Word Games": 361,
|
1185 |
+
"World Music": 262,
|
1186 |
+
"Wrestling": 381,
|
1187 |
+
"Writers Resources": 118,
|
1188 |
+
"Yard & Patio": 203,
|
1189 |
+
"Youth Organizations & Resources": 338,
|
1190 |
+
"eCommerce & Shopping": 350
|
1191 |
+
},
|
1192 |
+
"layer_norm_eps": 1e-12,
|
1193 |
+
"max_position_embeddings": 512,
|
1194 |
+
"model_type": "bert",
|
1195 |
+
"num_attention_heads": 12,
|
1196 |
+
"num_hidden_layers": 12,
|
1197 |
+
"pad_token_id": 0,
|
1198 |
+
"position_embedding_type": "absolute",
|
1199 |
+
"problem_type": "single_label_classification",
|
1200 |
+
"torch_dtype": "float32",
|
1201 |
+
"transformers_version": "4.37.0",
|
1202 |
+
"type_vocab_size": 2,
|
1203 |
+
"use_cache": true,
|
1204 |
+
"vocab_size": 30522
|
1205 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ce647a02bab737f99d743d5d957bd76395afaffc99186857a08337578fe333a
|
3 |
+
size 439758108
|