robinzixuan
commited on
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
"AutoModelForSequenceClassification": "modeling_bert.BertForSequenceClassification"
|
11 |
},
|
12 |
"attention_probs_dropout_prob": 0.1,
|
|
|
13 |
"classifier_dropout": null,
|
14 |
"gradient_checkpointing": false,
|
15 |
"hidden_act": "gelu",
|
@@ -28,5 +29,5 @@
|
|
28 |
"transformers_version": "4.31.0",
|
29 |
"type_vocab_size": 2,
|
30 |
"use_cache": true,
|
31 |
-
"vocab_size": 30522
|
32 |
}
|
|
|
10 |
"AutoModelForSequenceClassification": "modeling_bert.BertForSequenceClassification"
|
11 |
},
|
12 |
"attention_probs_dropout_prob": 0.1,
|
13 |
+
|
14 |
"classifier_dropout": null,
|
15 |
"gradient_checkpointing": false,
|
16 |
"hidden_act": "gelu",
|
|
|
29 |
"transformers_version": "4.31.0",
|
30 |
"type_vocab_size": 2,
|
31 |
"use_cache": true,
|
32 |
+
"vocab_size": 30522
|
33 |
}
|