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