Shefreie's picture
Update config.json
6deec79 verified
raw
history blame
2.25 kB
{
"_name_or_path": "albert-base-v2",
"architectures": [
"AlbertForSequenceClassification"
],
"attention_probs_dropout_prob": 0,
"bos_token_id": 2,
"classifier_dropout_prob": 0.1,
"down_scale_factor": 1,
"embedding_size": 128,
"eos_token_id": 3,
"gap_size": 0,
"hidden_act": "gelu_new",
"hidden_dropout_prob": 0,
"hidden_size": 768,
"id2label": {
"0": "sentimental",
"1": "afraid",
"2": "proud",
"3": "faithful",
"4": "terrified",
"5": "joyful",
"6": "angry",
"7": "sad",
"8": "jealous",
"9": "grateful",
"10": "prepared",
"11": "embarrassed",
"12": "excited",
"13": "annoyed",
"14": "lonely",
"15": "ashamed",
"16": "guilty",
"17": "surprised",
"18": "nostalgic",
"19": "confident",
"20": "furious",
"21": "disappointed",
"22": "caring",
"23": "trusting",
"24": "disgusted",
"25": "anticipating",
"26": "anxious",
"27": "hopeful",
"28": "content",
"29": "impressed",
"30": "apprehensive",
"31": "devastated"
},
"initializer_range": 0.02,
"inner_group_num": 1,
"intermediate_size": 3072,
"label2id": {
"sentimental": 0,
"afraid": 1,
"prepared": 10,
"embarrassed": 11,
"excited": 12,
"annoyed": 13,
"lonely": 14,
"ashamed": 15,
"guilty": 16,
"surprised": 17,
"nostalgic": 18,
"confident": 19,
"proud": 2,
"furious": 20,
"disappointed": 21,
"caring": 22,
"trusting": 23,
"disgusted": 24,
"anticipating": 25,
"anxious": 26,
"hopeful": 27,
"content": 28,
"impressed": 29,
"faithful": 3,
"apprehensive": 30,
"devastated": 31,
"terrified": 4,
"joyful": 5,
"angry": 6,
"sad": 7,
"jealous": 8,
"grateful": 9
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "albert",
"net_structure_type": 0,
"num_attention_heads": 12,
"num_hidden_groups": 1,
"num_hidden_layers": 12,
"num_memory_blocks": 0,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"type_vocab_size": 2,
"vocab_size": 30000
}