File size: 3,752 Bytes
e41ecc2 605fb61 e41ecc2 605fb61 e41ecc2 | 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 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | {
"_name_or_path": "microsoft/deberta-v3-small",
"architectures": [
"DebertaV2ForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Automotive",
"1": "research",
"2": "World",
"3": "Manufacturing",
"4": "Freight",
"5": "Slab",
"6": "Tubing",
"7": "Fabrication",
"8": "Mining",
"9": "Hollow section",
"10": "Raw Mat",
"11": "Trading",
"12": "Conferences",
"13": "Plate",
"14": "Sail",
"15": "Stainless ",
"16": "Flats",
"17": "Semis",
"18": "Pellet",
"19": "Fitch Ratings",
"20": "Distribution",
"21": "Coated",
"22": "Alloys",
"23": "CRS",
"24": "Coking Coal",
"25": "Longs",
"26": "Met Coke",
"27": "Beams",
"28": "Wire Rod",
"29": "M&A",
"30": "Crc",
"31": "Steel Dynamics",
"32": "Opinion",
"33": "Iron Ore",
"34": "Manganese Ore",
"35": "Baosteel ",
"36": "Quotas & Duties",
"37": "Pig Iron",
"38": "Hrc",
"39": "Galvanized",
"40": "Decarbonization",
"41": "Investments",
"42": "Economia",
"43": "Tinplate",
"44": "Production",
"45": "Rebar",
"46": "Scrap",
"47": "Crude Steel",
"48": "Construction",
"49": "Billet",
"50": "Imp/exp Statistics",
"51": "Wire ",
"52": "Galva Metal",
"53": "Economics",
"54": "Tubular",
"55": "Steelmaking",
"56": "Stainless",
"57": "Shipbuilding",
"58": "HRS",
"59": "Consumption",
"60": "Fin. Reports",
"61": "Pipe",
"62": "labor dispute",
"63": "Merchant Bar",
"64": "Steel Futures"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Alloys": 22,
"Automotive": 0,
"Baosteel ": 35,
"Beams": 27,
"Billet": 49,
"CRS": 23,
"Coated": 21,
"Coking Coal": 24,
"Conferences": 12,
"Construction": 48,
"Consumption": 59,
"Crc": 30,
"Crude Steel": 47,
"Decarbonization": 40,
"Distribution": 20,
"Economia": 42,
"Economics": 53,
"Fabrication": 7,
"Fin. Reports": 60,
"Fitch Ratings": 19,
"Flats": 16,
"Freight": 4,
"Galva Metal": 52,
"Galvanized": 39,
"HRS": 58,
"Hollow section": 9,
"Hrc": 38,
"Imp/exp Statistics": 50,
"Investments": 41,
"Iron Ore": 33,
"Longs": 25,
"M&A": 29,
"Manganese Ore": 34,
"Manufacturing": 3,
"Merchant Bar": 63,
"Met Coke": 26,
"Mining": 8,
"Opinion": 32,
"Pellet": 18,
"Pig Iron": 37,
"Pipe": 61,
"Plate": 13,
"Production": 44,
"Quotas & Duties": 36,
"Raw Mat": 10,
"Rebar": 45,
"Sail": 14,
"Scrap": 46,
"Semis": 17,
"Shipbuilding": 57,
"Slab": 5,
"Stainless": 56,
"Stainless ": 15,
"Steel Dynamics": 31,
"Steel Futures": 64,
"Steelmaking": 55,
"Tinplate": 43,
"Trading": 11,
"Tubing": 6,
"Tubular": 54,
"Wire ": 51,
"Wire Rod": 28,
"World": 2,
"labor dispute": 62,
"research": 1
},
"layer_norm_eps": 1e-07,
"max_position_embeddings": 512,
"max_relative_positions": -1,
"model_type": "deberta-v2",
"norm_rel_ebd": "layer_norm",
"num_attention_heads": 12,
"num_hidden_layers": 6,
"pad_token_id": 0,
"pooler_dropout": 0,
"pooler_hidden_act": "gelu",
"pooler_hidden_size": 768,
"pos_att_type": [
"p2c",
"c2p"
],
"position_biased_input": false,
"position_buckets": 256,
"problem_type": "multi_label_classification",
"relative_attention": true,
"share_att_key": true,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"type_vocab_size": 0,
"vocab_size": 128100
}
|