CoolFace
Modelpublic

Nottybro/acra-classifier

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes14downloads
config.json40 linesDownload Raw Back to root
1{2  "activation": "gelu",3  "architectures": [4    "DistilBertForSequenceClassification"5  ],6  "attention_dropout": 0.1,7  "bos_token_id": null,8  "dim": 768,9  "dropout": 0.1,10  "dtype": "float32",11  "eos_token_id": null,12  "hidden_dim": 3072,13  "id2label": {14    "0": "L0_direct",15    "1": "L1_single_hop",16    "2": "L2_multi_hop",17    "3": "L3_complex"18  },19  "initializer_range": 0.02,20  "label2id": {21    "L0_direct": 0,22    "L1_single_hop": 1,23    "L2_multi_hop": 2,24    "L3_complex": 325  },26  "max_position_embeddings": 512,27  "model_type": "distilbert",28  "n_heads": 12,29  "n_layers": 6,30  "pad_token_id": 0,31  "problem_type": "single_label_classification",32  "qa_dropout": 0.1,33  "seq_classif_dropout": 0.2,34  "sinusoidal_pos_embds": false,35  "tie_weights_": true,36  "tie_word_embeddings": true,37  "transformers_version": "5.6.2",38  "vocab_size": 3052239}40