Update config.json
Browse files- config.json +30 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_type": "bi",
|
| 3 |
+
"bi_data": false,
|
| 4 |
+
"clamp_len": -1,
|
| 5 |
+
"d_head": 64,
|
| 6 |
+
"d_inner": 3072,
|
| 7 |
+
"d_model": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"end_n_top": 5,
|
| 10 |
+
"ff_activation": "gelu",
|
| 11 |
+
"finetuning_task": null,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"layer_norm_eps": 1e-12,
|
| 14 |
+
"mem_len": null,
|
| 15 |
+
"n_head": 12,
|
| 16 |
+
"n_layer": 12,
|
| 17 |
+
"n_token": 32000,
|
| 18 |
+
"num_labels": 2,
|
| 19 |
+
"output_attentions": false,
|
| 20 |
+
"output_hidden_states": false,
|
| 21 |
+
"reuse_len": null,
|
| 22 |
+
"same_length": false,
|
| 23 |
+
"start_n_top": 5,
|
| 24 |
+
"summary_activation": "tanh",
|
| 25 |
+
"summary_last_dropout": 0.1,
|
| 26 |
+
"summary_type": "last",
|
| 27 |
+
"summary_use_proj": true,
|
| 28 |
+
"torchscript": false,
|
| 29 |
+
"untie_r": true
|
| 30 |
+
}
|