my_DeBERTa_model / config.json
Ftmhd's picture
End of training
cba031f verified
{
"_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
}