|
{ |
|
"_name_or_path": "distilbert/distilbert-base-uncased", |
|
"activation": "gelu", |
|
"architectures": [ |
|
"DistilBertForSequenceClassification" |
|
], |
|
"attention_dropout": 0.1, |
|
"dim": 768, |
|
"dropout": 0.1, |
|
"hidden_dim": 3072, |
|
"id2label": { |
|
"0": "serenity", |
|
"1": "joy", |
|
"10": "terror", |
|
"11": "awe", |
|
"12": "distraction", |
|
"13": "surprise", |
|
"14": "amazement", |
|
"15": "disapproval", |
|
"16": "pensiveness", |
|
"17": "sadness", |
|
"18": "grief", |
|
"19": "remorse", |
|
"2": "ecstasy", |
|
"20": "boredom", |
|
"21": "disgust", |
|
"22": "loathing", |
|
"23": "contempt", |
|
"24": "annoyance", |
|
"25": "anger", |
|
"26": "rage", |
|
"27": "aggressiveness", |
|
"28": "interest", |
|
"29": "anticipation", |
|
"3": "love", |
|
"30": "vigilance", |
|
"31": "optimism", |
|
"4": "acceptance", |
|
"5": "trust", |
|
"6": "admiration", |
|
"7": "submission", |
|
"8": "apprehension", |
|
"9": "fear" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"acceptance": 4, |
|
"admiration": 6, |
|
"aggressiveness": 27, |
|
"amazement": 14, |
|
"anger": 25, |
|
"annoyance": 24, |
|
"anticipation": 29, |
|
"apprehension": 8, |
|
"awe": 11, |
|
"boredom": 20, |
|
"contempt": 23, |
|
"disapproval": 15, |
|
"disgust": 21, |
|
"distraction": 12, |
|
"ecstasy": 2, |
|
"fear": 9, |
|
"grief": 18, |
|
"interest": 28, |
|
"joy": 1, |
|
"loathing": 22, |
|
"love": 3, |
|
"optimism": 31, |
|
"pensiveness": 16, |
|
"rage": 26, |
|
"remorse": 19, |
|
"sadness": 17, |
|
"serenity": 0, |
|
"submission": 7, |
|
"surprise": 13, |
|
"terror": 10, |
|
"trust": 5, |
|
"vigilance": 30 |
|
}, |
|
"max_position_embeddings": 512, |
|
"model_type": "distilbert", |
|
"n_heads": 12, |
|
"n_layers": 6, |
|
"pad_token_id": 0, |
|
"problem_type": "single_label_classification", |
|
"qa_dropout": 0.1, |
|
"seq_classif_dropout": 0.2, |
|
"sinusoidal_pos_embds": false, |
|
"tie_weights_": true, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.39.3", |
|
"vocab_size": 30522 |
|
} |
|
|