Update config.json
Browse files- config.json +22 -0
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"finetuning_task": null,
|
4 |
+
"hidden_act": "gelu",
|
5 |
+
"hidden_dropout_prob": 0.1,
|
6 |
+
"hidden_size": 768,
|
7 |
+
"initializer_range": 0.02,
|
8 |
+
"intermediate_size": 3072,
|
9 |
+
"layer_norm_eps": 1e-05,
|
10 |
+
"max_position_embeddings": 514,
|
11 |
+
"num_attention_heads": 12,
|
12 |
+
"num_hidden_layers": 12,
|
13 |
+
"num_labels": 2,
|
14 |
+
"output_attentions": false,
|
15 |
+
"output_hidden_states": false,
|
16 |
+
"output_past": true,
|
17 |
+
"pruned_heads": {},
|
18 |
+
"torchscript": false,
|
19 |
+
"type_vocab_size": 1,
|
20 |
+
"use_bfloat16": false,
|
21 |
+
"vocab_size": 32005
|
22 |
+
}
|