my_awesome_model / config.json
Ftmhd's picture
End of training
605fb61 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": "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
}