Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -7,6 +7,11 @@
|
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"intermediate_size": 3072,
|
| 12 |
"layer_norm_eps": 1e-12,
|
|
@@ -15,11 +20,6 @@
|
|
| 15 |
"num_attention_heads": 12,
|
| 16 |
"num_hidden_layers": 12,
|
| 17 |
"pad_token_id": 0,
|
| 18 |
-
"pooler_fc_size": 768,
|
| 19 |
-
"pooler_num_attention_heads": 12,
|
| 20 |
-
"pooler_num_fc_layers": 3,
|
| 21 |
-
"pooler_size_per_head": 128,
|
| 22 |
-
"pooler_type": "first_token_transform",
|
| 23 |
"summary_activation": "gelu",
|
| 24 |
"summary_last_dropout": 0.1,
|
| 25 |
"summary_type": "first",
|
|
|
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
| 10 |
+
"pooler_fc_size": 768,
|
| 11 |
+
"pooler_num_attention_heads": 12,
|
| 12 |
+
"pooler_num_fc_layers": 3,
|
| 13 |
+
"pooler_size_per_head": 128,
|
| 14 |
+
"pooler_type": "first_token_transform",
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"intermediate_size": 3072,
|
| 17 |
"layer_norm_eps": 1e-12,
|
|
|
|
| 20 |
"num_attention_heads": 12,
|
| 21 |
"num_hidden_layers": 12,
|
| 22 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"summary_activation": "gelu",
|
| 24 |
"summary_last_dropout": 0.1,
|
| 25 |
"summary_type": "first",
|