| { |
| "architectures": [ |
| "MPNetForSequenceClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "bos_token_id": 0, |
| "dtype": "float32", |
| "eos_token_id": 2, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 768, |
| "id2label": { |
| "0": "cognitive (appraisal)", |
| "1": "motivational (action tendencies)", |
| "2": "motor expression (facial, vocal, and gestural expression)", |
| "3": "neurophysiological (bodily symptoms)", |
| "4": "subjective feeling (conscious experience)" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 3072, |
| "label2id": { |
| "cognitive (appraisal)": 0, |
| "motivational (action tendencies)": 1, |
| "motor expression (facial, vocal, and gestural expression)": 2, |
| "neurophysiological (bodily symptoms)": 3, |
| "subjective feeling (conscious experience)": 4 |
| }, |
| "layer_norm_eps": 1e-05, |
| "max_position_embeddings": 514, |
| "model_type": "mpnet", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 12, |
| "pad_token_id": 1, |
| "problem_type": "single_label_classification", |
| "relative_attention_num_buckets": 32, |
| "transformers_version": "4.56.0", |
| "vocab_size": 30527 |
| } |
|
|