| { |
| "add_cross_attention": false, |
| "architectures": [ |
| "BertForSequenceClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "bos_token_id": null, |
| "classifier_dropout": null, |
| "directionality": "bidi", |
| "dtype": "float32", |
| "eos_token_id": null, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 768, |
| "id2label": { |
| "0": "anger", |
| "1": "annoyance", |
| "10": "amusement", |
| "11": "excitement", |
| "12": "optimism", |
| "13": "pride", |
| "14": "relief", |
| "15": "admiration", |
| "16": "approval", |
| "17": "love", |
| "18": "caring", |
| "19": "desire", |
| "2": "disapproval", |
| "20": "neutral", |
| "21": "sadness", |
| "22": "grief", |
| "23": "remorse", |
| "24": "surprise", |
| "25": "realization", |
| "26": "curiosity", |
| "27": "confusion", |
| "28": "tone_positive", |
| "29": "tone_negative", |
| "3": "disgust", |
| "30": "tone_neutral", |
| "4": "fear", |
| "5": "nervousness", |
| "6": "embarrassment", |
| "7": "disappointment", |
| "8": "gratitude", |
| "9": "joy" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 3072, |
| "is_decoder": false, |
| "label2id": { |
| "admiration": 15, |
| "amusement": 10, |
| "anger": 0, |
| "annoyance": 1, |
| "approval": 16, |
| "caring": 18, |
| "confusion": 27, |
| "curiosity": 26, |
| "desire": 19, |
| "disappointment": 7, |
| "disapproval": 2, |
| "disgust": 3, |
| "embarrassment": 6, |
| "excitement": 11, |
| "fear": 4, |
| "gratitude": 8, |
| "grief": 22, |
| "joy": 9, |
| "love": 17, |
| "nervousness": 5, |
| "neutral": 20, |
| "optimism": 12, |
| "pride": 13, |
| "realization": 25, |
| "relief": 14, |
| "remorse": 23, |
| "sadness": 21, |
| "surprise": 24, |
| "tone_negative": 29, |
| "tone_neutral": 30, |
| "tone_positive": 28 |
| }, |
| "layer_norm_eps": 1e-12, |
| "max_position_embeddings": 512, |
| "model_type": "bert", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 12, |
| "output_past": true, |
| "pad_token_id": 0, |
| "pooler_fc_size": 768, |
| "pooler_num_attention_heads": 12, |
| "pooler_num_fc_layers": 3, |
| "pooler_size_per_head": 128, |
| "pooler_type": "first_token_transform", |
| "problem_type": "multi_label_classification", |
| "tie_word_embeddings": true, |
| "transformers_version": "5.0.0", |
| "type_vocab_size": 2, |
| "use_cache": false, |
| "vocab_size": 21128 |
| } |
|
|