CoolFace
Modelpublic

liudev/roberta-multilabel-28-3-classes

sourceHugging Faceupdated 4mo agoView on Hugging Face
1likes21downloads
config.json103 linesDownload Raw Back to root
1{2  "add_cross_attention": false,3  "architectures": [4    "BertForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": null,8  "classifier_dropout": null,9  "directionality": "bidi",10  "dtype": "float32",11  "eos_token_id": null,12  "hidden_act": "gelu",13  "hidden_dropout_prob": 0.1,14  "hidden_size": 768,15  "id2label": {16    "0": "anger",17    "1": "annoyance",18    "10": "amusement",19    "11": "excitement",20    "12": "optimism",21    "13": "pride",22    "14": "relief",23    "15": "admiration",24    "16": "approval",25    "17": "love",26    "18": "caring",27    "19": "desire",28    "2": "disapproval",29    "20": "neutral",30    "21": "sadness",31    "22": "grief",32    "23": "remorse",33    "24": "surprise",34    "25": "realization",35    "26": "curiosity",36    "27": "confusion",37    "28": "tone_positive",38    "29": "tone_negative",39    "3": "disgust",40    "30": "tone_neutral",41    "4": "fear",42    "5": "nervousness",43    "6": "embarrassment",44    "7": "disappointment",45    "8": "gratitude",46    "9": "joy"47  },48  "initializer_range": 0.02,49  "intermediate_size": 3072,50  "is_decoder": false,51  "label2id": {52    "admiration": 15,53    "amusement": 10,54    "anger": 0,55    "annoyance": 1,56    "approval": 16,57    "caring": 18,58    "confusion": 27,59    "curiosity": 26,60    "desire": 19,61    "disappointment": 7,62    "disapproval": 2,63    "disgust": 3,64    "embarrassment": 6,65    "excitement": 11,66    "fear": 4,67    "gratitude": 8,68    "grief": 22,69    "joy": 9,70    "love": 17,71    "nervousness": 5,72    "neutral": 20,73    "optimism": 12,74    "pride": 13,75    "realization": 25,76    "relief": 14,77    "remorse": 23,78    "sadness": 21,79    "surprise": 24,80    "tone_negative": 29,81    "tone_neutral": 30,82    "tone_positive": 2883  },84  "layer_norm_eps": 1e-12,85  "max_position_embeddings": 512,86  "model_type": "bert",87  "num_attention_heads": 12,88  "num_hidden_layers": 12,89  "output_past": true,90  "pad_token_id": 0,91  "pooler_fc_size": 768,92  "pooler_num_attention_heads": 12,93  "pooler_num_fc_layers": 3,94  "pooler_size_per_head": 128,95  "pooler_type": "first_token_transform",96  "problem_type": "multi_label_classification",97  "tie_word_embeddings": true,98  "transformers_version": "5.0.0",99  "type_vocab_size": 2,100  "use_cache": false,101  "vocab_size": 21128102}103