Update config_new.json
Browse files- config_new.json +149 -0
config_new.json
ADDED
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation": "gelu",
|
3 |
+
"architectures": [
|
4 |
+
"DistilBertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.1,
|
7 |
+
"dim": 768,
|
8 |
+
"dropout": 0.1,
|
9 |
+
"hidden_dim": 3072,
|
10 |
+
"id2label": {
|
11 |
+
"0": "Advertising",
|
12 |
+
"1": "Aerospace & Defense",
|
13 |
+
"2": "Apparel Retail",
|
14 |
+
"3": "Apparel, Accessories & Luxury Goods",
|
15 |
+
"4": "Application Software",
|
16 |
+
"5": "Asset Management & Custody Banks",
|
17 |
+
"6": "Auto Parts & Equipment",
|
18 |
+
"7": "Biotechnology",
|
19 |
+
"8": "Building Products",
|
20 |
+
"9": "Casinos & Gaming",
|
21 |
+
"10": "Commodity Chemicals",
|
22 |
+
"11": "Communications Equipment",
|
23 |
+
"12": "Construction & Engineering",
|
24 |
+
"13": "Construction Machinery & Heavy Trucks",
|
25 |
+
"14": "Consumer Finance",
|
26 |
+
"15": "Data Processing & Outsourced Services",
|
27 |
+
"16": "Diversified Metals & Mining",
|
28 |
+
"17": "Diversified Support Services",
|
29 |
+
"18": "Electric Utilities",
|
30 |
+
"19": "Electrical Components & Equipment",
|
31 |
+
"20": "Electronic Equipment & Instruments",
|
32 |
+
"21": "Environmental & Facilities Services",
|
33 |
+
"22": "Gold",
|
34 |
+
"23": "Health Care Equipment",
|
35 |
+
"24": "Health Care Facilities",
|
36 |
+
"25": "Health Care Services",
|
37 |
+
"26": "Health Care Supplies",
|
38 |
+
"27": "Health Care Technology",
|
39 |
+
"28": "Homebuilding",
|
40 |
+
"29": "Hotels, Resorts & Cruise Lines",
|
41 |
+
"30": "Human Resource & Employment Services",
|
42 |
+
"31": "IT Consulting & Other Services",
|
43 |
+
"32": "Industrial Machinery",
|
44 |
+
"33": "Integrated Telecommunication Services",
|
45 |
+
"34": "Interactive Media & Services",
|
46 |
+
"35": "Internet & Direct Marketing Retail",
|
47 |
+
"36": "Internet Services & Infrastructure",
|
48 |
+
"37": "Investment Banking & Brokerage",
|
49 |
+
"38": "Leisure Products",
|
50 |
+
"39": "Life Sciences Tools & Services",
|
51 |
+
"40": "Movies & Entertainment",
|
52 |
+
"41": "Oil & Gas Equipment & Services",
|
53 |
+
"42": "Oil & Gas Exploration & Production",
|
54 |
+
"43": "Oil & Gas Refining & Marketing",
|
55 |
+
"44": "Oil & Gas Storage & Transportation",
|
56 |
+
"45": "Packaged Foods & Meats",
|
57 |
+
"46": "Personal Products",
|
58 |
+
"47": "Pharmaceuticals",
|
59 |
+
"48": "Property & Casualty Insurance",
|
60 |
+
"49": "Real Estate Operating Companies",
|
61 |
+
"50": "Regional Banks",
|
62 |
+
"51": "Research & Consulting Services",
|
63 |
+
"52": "Restaurants",
|
64 |
+
"53": "Semiconductors",
|
65 |
+
"54": "Specialty Chemicals",
|
66 |
+
"55": "Specialty Stores",
|
67 |
+
"56": "Steel",
|
68 |
+
"57": "Systems Software",
|
69 |
+
"58": "Technology Distributors",
|
70 |
+
"59": "Technology Hardware, Storage & Peripherals",
|
71 |
+
"60": "Thrifts & Mortgage Finance",
|
72 |
+
"61": "Trading Companies & Distributors"
|
73 |
+
},
|
74 |
+
"initializer_range": 0.02,
|
75 |
+
"label2id": {
|
76 |
+
"Advertising": 0,
|
77 |
+
"Aerospace & Defense": 1,
|
78 |
+
"Apparel Retail": 2,
|
79 |
+
"Apparel, Accessories & Luxury Goods": 3,
|
80 |
+
"Application Software": 4,
|
81 |
+
"Asset Management & Custody Banks": 5,
|
82 |
+
"Auto Parts & Equipment": 6,
|
83 |
+
"Biotechnology": 7,
|
84 |
+
"Building Products": 8,
|
85 |
+
"Casinos & Gaming": 9,
|
86 |
+
"Commodity Chemicals": 10,
|
87 |
+
"Communications Equipment": 11,
|
88 |
+
"Construction & Engineering": 12,
|
89 |
+
"Construction Machinery & Heavy Trucks": 13,
|
90 |
+
"Consumer Finance": 14,
|
91 |
+
"Data Processing & Outsourced Services": 15,
|
92 |
+
"Diversified Metals & Mining": 16,
|
93 |
+
"Diversified Support Services": 17,
|
94 |
+
"Electric Utilities": 18,
|
95 |
+
"Electrical Components & Equipment": 19,
|
96 |
+
"Electronic Equipment & Instruments": 20,
|
97 |
+
"Environmental & Facilities Services": 21,
|
98 |
+
"Gold": 22,
|
99 |
+
"Health Care Equipment": 23,
|
100 |
+
"Health Care Facilities": 24,
|
101 |
+
"Health Care Services": 25,
|
102 |
+
"Health Care Supplies": 26,
|
103 |
+
"Health Care Technology": 27,
|
104 |
+
"Homebuilding": 28,
|
105 |
+
"Hotels, Resorts & Cruise Lines": 29,
|
106 |
+
"Human Resource & Employment Services": 30,
|
107 |
+
"IT Consulting & Other Services": 31,
|
108 |
+
"Industrial Machinery": 32,
|
109 |
+
"Integrated Telecommunication Services": 33,
|
110 |
+
"Interactive Media & Services": 34,
|
111 |
+
"Internet & Direct Marketing Retail": 35,
|
112 |
+
"Internet Services & Infrastructure": 36,
|
113 |
+
"Investment Banking & Brokerage": 37,
|
114 |
+
"Leisure Products": 38,
|
115 |
+
"Life Sciences Tools & Services": 39,
|
116 |
+
"Movies & Entertainment": 40,
|
117 |
+
"Oil & Gas Equipment & Services": 41,
|
118 |
+
"Oil & Gas Exploration & Production": 42,
|
119 |
+
"Oil & Gas Refining & Marketing": 43,
|
120 |
+
"Oil & Gas Storage & Transportation": 44,
|
121 |
+
"Packaged Foods & Meats": 45,
|
122 |
+
"Personal Products": 46,
|
123 |
+
"Pharmaceuticals": 47,
|
124 |
+
"Property & Casualty Insurance": 48,
|
125 |
+
"Real Estate Operating Companies": 49,
|
126 |
+
"Regional Banks": 50,
|
127 |
+
"Research & Consulting Services": 51,
|
128 |
+
"Restaurants": 52,
|
129 |
+
"Semiconductors": 53,
|
130 |
+
"Specialty Chemicals": 54,
|
131 |
+
"Specialty Stores": 55,
|
132 |
+
"Steel": 56,
|
133 |
+
"Systems Software": 57,
|
134 |
+
"Technology Distributors": 58,
|
135 |
+
"Technology Hardware, Storage & Peripherals": 59,
|
136 |
+
"Thrifts & Mortgage Finance": 60,
|
137 |
+
"Trading Companies & Distributors": 61
|
138 |
+
},
|
139 |
+
"max_position_embeddings": 512,
|
140 |
+
"model_type": "distilbert",
|
141 |
+
"n_heads": 12,
|
142 |
+
"n_layers": 6,
|
143 |
+
"pad_token_id": 0,
|
144 |
+
"qa_dropout": 0.1,
|
145 |
+
"seq_classif_dropout": 0.2,
|
146 |
+
"sinusoidal_pos_embds": false,
|
147 |
+
"tie_weights_": true,
|
148 |
+
"vocab_size": 30522
|
149 |
+
}
|