Update config.json
Browse files- config.json +25 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_pdrop": 0.1,
|
3 |
+
"embd_pdrop": 0.1,
|
4 |
+
"finetuning_task": null,
|
5 |
+
"initializer_range": 0.02,
|
6 |
+
"layer_norm_epsilon": 1e-05,
|
7 |
+
"n_ctx": 1024,
|
8 |
+
"n_embd": 768,
|
9 |
+
"n_head": 12,
|
10 |
+
"n_layer": 6,
|
11 |
+
"n_positions": 1024,
|
12 |
+
"num_labels": 1,
|
13 |
+
"output_attentions": false,
|
14 |
+
"output_hidden_states": true,
|
15 |
+
"pruned_heads": {},
|
16 |
+
"resid_pdrop": 0.1,
|
17 |
+
"summary_activation": null,
|
18 |
+
"summary_first_dropout": 0.1,
|
19 |
+
"summary_proj_to_labels": true,
|
20 |
+
"summary_type": "cls_index",
|
21 |
+
"summary_use_proj": true,
|
22 |
+
"torchscript": false,
|
23 |
+
"use_bfloat16": false,
|
24 |
+
"vocab_size": 50257
|
25 |
+
}
|