CoolFace
Modelpublic

anjan-k/Sentiment-Analysis-FineTune-Torch

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes16downloads
config.json34 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  },15  "initializer_range": 0.02,16  "label2id": {17    "LABEL_0": 0,18    "LABEL_1": 1,19    "LABEL_2": 220  },21  "max_position_embeddings": 512,22  "model_type": "distilbert",23  "n_heads": 12,24  "n_layers": 6,25  "pad_token_id": 0,26  "qa_dropout": 0.1,27  "seq_classif_dropout": 0.2,28  "sinusoidal_pos_embds": false,29  "tie_weights_": true,30  "torch_dtype": "float32",31  "transformers_version": "4.55.0",32  "vocab_size": 3052233}34