CoolFace
Modelpublic

sam3002/emotion-model

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes10downloads
config.json41 linesDownload Raw Back to root
1{2  "activation": "gelu",3  "architectures": [4    "DistilBertForSequenceClassification"5  ],6  "attention_dropout": 0.1,7  "dim": 768,8  "dropout": 0.1,9  "hidden_dim": 3072,10  "id2label": {11    "0": "LABEL_0",12    "1": "LABEL_1",13    "2": "LABEL_2",14    "3": "LABEL_3",15    "4": "LABEL_4",16    "5": "LABEL_5"17  },18  "initializer_range": 0.02,19  "label2id": {20    "LABEL_0": 0,21    "LABEL_1": 1,22    "LABEL_2": 2,23    "LABEL_3": 3,24    "LABEL_4": 4,25    "LABEL_5": 526  },27  "max_position_embeddings": 512,28  "model_type": "distilbert",29  "n_heads": 12,30  "n_layers": 6,31  "pad_token_id": 0,32  "problem_type": "single_label_classification",33  "qa_dropout": 0.1,34  "seq_classif_dropout": 0.2,35  "sinusoidal_pos_embds": false,36  "tie_weights_": true,37  "torch_dtype": "float32",38  "transformers_version": "4.52.4",39  "vocab_size": 3052240}41