CoolFace
Modelpublic

TommyPanLab/AAP-SQL-Candidate-Reranker

sourceHugging Faceupdated 1mo agoView on Hugging Face
1likes23downloads
config.json36 linesDownload Raw Back to root
1{
2  "architectures": [
3    "BertForSequenceClassification"
4  ],
5  "attention_probs_dropout_prob": 0.1,
6  "classifier_dropout": null,
7  "dtype": "float32",
8  "gradient_checkpointing": false,
9  "hidden_act": "gelu",
10  "hidden_dropout_prob": 0.1,
11  "hidden_size": 384,
12  "id2label": {
13    "0": "LABEL_0"
14  },
15  "initializer_range": 0.02,
16  "intermediate_size": 1536,
17  "label2id": {
18    "LABEL_0": 0
19  },
20  "layer_norm_eps": 1e-12,
21  "max_position_embeddings": 512,
22  "model_type": "bert",
23  "num_attention_heads": 12,
24  "num_hidden_layers": 6,
25  "pad_token_id": 0,
26  "position_embedding_type": "absolute",
27  "sentence_transformers": {
28    "activation_fn": "torch.nn.modules.linear.Identity",
29    "version": "5.1.2"
30  },
31  "transformers_version": "4.57.1",
32  "type_vocab_size": 2,
33  "use_cache": true,
34  "vocab_size": 30522
35}
36