CoolFace
Modelpublic

favalosdev/results

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes1downloads
config.json37 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  },16  "initializer_range": 0.02,17  "label2id": {18    "LABEL_0": 0,19    "LABEL_1": 1,20    "LABEL_2": 2,21    "LABEL_3": 322  },23  "max_position_embeddings": 512,24  "model_type": "distilbert",25  "n_heads": 12,26  "n_layers": 6,27  "pad_token_id": 0,28  "problem_type": "single_label_classification",29  "qa_dropout": 0.1,30  "seq_classif_dropout": 0.2,31  "sinusoidal_pos_embds": false,32  "tie_weights_": true,33  "torch_dtype": "float32",34  "transformers_version": "4.51.3",35  "vocab_size": 3052236}37