File size: 3,752 Bytes
cba031f | 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": "Rebar",
"1": "CRS",
"2": "Raw Mat",
"3": "Mining",
"4": "Tinplate",
"5": "Merchant Bar",
"6": "Opinion",
"7": "Wire Rod",
"8": "Scrap",
"9": "Steel Dynamics",
"10": "Steelmaking",
"11": "Decarbonization",
"12": "Conferences",
"13": "Iron Ore",
"14": "labor dispute",
"15": "Manufacturing",
"16": "World",
"17": "HRS",
"18": "Galva Metal",
"19": "Hollow section",
"20": "Alloys",
"21": "Trading",
"22": "Distribution",
"23": "Production",
"24": "Slab",
"25": "Imp/exp Statistics",
"26": "Semis",
"27": "Steel Futures",
"28": "Automotive",
"29": "Sail",
"30": "Quotas & Duties",
"31": "Longs",
"32": "Hrc",
"33": "Plate",
"34": "Shipbuilding",
"35": "Galvanized",
"36": "M&A",
"37": "Stainless",
"38": "Construction",
"39": "Beams",
"40": "Economics",
"41": "Baosteel ",
"42": "Coking Coal",
"43": "Billet",
"44": "research",
"45": "Investments",
"46": "Pig Iron",
"47": "Tubing",
"48": "Flats",
"49": "Crude Steel",
"50": "Consumption",
"51": "Economia",
"52": "Fabrication",
"53": "Crc",
"54": "Met Coke",
"55": "Pellet",
"56": "Wire ",
"57": "Manganese Ore",
"58": "Stainless ",
"59": "Freight",
"60": "Fitch Ratings",
"61": "Fin. Reports",
"62": "Coated",
"63": "Tubular",
"64": "Pipe"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Alloys": 20,
"Automotive": 28,
"Baosteel ": 41,
"Beams": 39,
"Billet": 43,
"CRS": 1,
"Coated": 62,
"Coking Coal": 42,
"Conferences": 12,
"Construction": 38,
"Consumption": 50,
"Crc": 53,
"Crude Steel": 49,
"Decarbonization": 11,
"Distribution": 22,
"Economia": 51,
"Economics": 40,
"Fabrication": 52,
"Fin. Reports": 61,
"Fitch Ratings": 60,
"Flats": 48,
"Freight": 59,
"Galva Metal": 18,
"Galvanized": 35,
"HRS": 17,
"Hollow section": 19,
"Hrc": 32,
"Imp/exp Statistics": 25,
"Investments": 45,
"Iron Ore": 13,
"Longs": 31,
"M&A": 36,
"Manganese Ore": 57,
"Manufacturing": 15,
"Merchant Bar": 5,
"Met Coke": 54,
"Mining": 3,
"Opinion": 6,
"Pellet": 55,
"Pig Iron": 46,
"Pipe": 64,
"Plate": 33,
"Production": 23,
"Quotas & Duties": 30,
"Raw Mat": 2,
"Rebar": 0,
"Sail": 29,
"Scrap": 8,
"Semis": 26,
"Shipbuilding": 34,
"Slab": 24,
"Stainless": 37,
"Stainless ": 58,
"Steel Dynamics": 9,
"Steel Futures": 27,
"Steelmaking": 10,
"Tinplate": 4,
"Trading": 21,
"Tubing": 47,
"Tubular": 63,
"Wire ": 56,
"Wire Rod": 7,
"World": 16,
"labor dispute": 14,
"research": 44
},
"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
}
|