UO282436's picture
Update config.json
de1ec8f verified
{
"_name_or_path": "microsoft/deberta-v3-base",
"architectures": [
"DebertaV2ForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Acceptance",
"1": "Admiration",
"2": "Ambivalence",
"3": "Anger",
"4": "Anticipation",
"5": "Bitter",
"6": "Calmness",
"7": "Confident",
"8": "Confusion",
"9": "Despair",
"10": "Determination",
"11": "Disappointment",
"12": "Disgust",
"13": "Envy",
"14": "Excitement",
"15": "Fear",
"16": "Gratitude",
"17": "Happiness",
"18": "Hope",
"19": "Inspired",
"20": "Joy",
"21": "Kind",
"22": "Love",
"23": "Melancholy",
"24": "Motivation",
"25": "Neutral",
"26": "Nostalgia",
"27": "Numb",
"28": "Positive",
"29": "Pride",
"30": "Proud",
"31": "Regret",
"32": "Sadness",
"33": "Shame",
"34": "Stress",
"35": "Surprise",
"36": "Wonder"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Acceptance": 0,
"Admiration": 1,
"Determination": 10,
"Disappointment": 11,
"Disgust": 12,
"Envy": 13,
"Excitement": 14,
"Fear": 15,
"Gratitude": 16,
"Happiness": 17,
"Hope": 18,
"Inspired": 19,
"Ambivalence": 2,
"Joy": 20,
"Kind": 21,
"Love": 22,
"Melancholy": 23,
"Motivation": 24,
"Neutral": 25,
"Nostalgia": 26,
"Numb": 27,
"Positive": 28,
"Pride": 29,
"Anger": 3,
"Proud": 30,
"Regret": 31,
"Sadness": 32,
"Shame": 33,
"Stress": 34,
"Surprise": 35,
"LABEL_36": 36,
"Anticipation": 4,
"Bitter": 5,
"Calmness": 6,
"Confident": 7,
"Confusion": 8,
"Wonder": 9
},
"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": 12,
"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,
"relative_attention": true,
"share_att_key": true,
"torch_dtype": "float32",
"transformers_version": "4.38.2",
"type_vocab_size": 0,
"vocab_size": 128100
}