Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"bos_token_id": null,
|
13 |
"causal": false,
|
14 |
"dense_seq_output": true,
|
15 |
-
"embd_pdrop": 0.
|
16 |
"eos_token_id": null,
|
17 |
"fused_bias_fc": true,
|
18 |
"fused_dropout_add_ln": true,
|
@@ -32,7 +32,7 @@
|
|
32 |
"prenorm": false,
|
33 |
"qkv_proj_bias": false,
|
34 |
"reorder_and_upcast_attn": false,
|
35 |
-
"resid_pdrop": 0.
|
36 |
"rotary_emb_base": 1000,
|
37 |
"rotary_emb_fraction": 1.0,
|
38 |
"rotary_emb_interleaved": false,
|
@@ -41,7 +41,7 @@
|
|
41 |
"scale_attn_by_inverse_layer_idx": false,
|
42 |
"scale_attn_weights": true,
|
43 |
"summary_activation": null,
|
44 |
-
"summary_first_dropout": 0.
|
45 |
"summary_proj_to_labels": true,
|
46 |
"summary_type": "cls_index",
|
47 |
"summary_use_proj": true,
|
|
|
12 |
"bos_token_id": null,
|
13 |
"causal": false,
|
14 |
"dense_seq_output": true,
|
15 |
+
"embd_pdrop": 0.0,
|
16 |
"eos_token_id": null,
|
17 |
"fused_bias_fc": true,
|
18 |
"fused_dropout_add_ln": true,
|
|
|
32 |
"prenorm": false,
|
33 |
"qkv_proj_bias": false,
|
34 |
"reorder_and_upcast_attn": false,
|
35 |
+
"resid_pdrop": 0.0,
|
36 |
"rotary_emb_base": 1000,
|
37 |
"rotary_emb_fraction": 1.0,
|
38 |
"rotary_emb_interleaved": false,
|
|
|
41 |
"scale_attn_by_inverse_layer_idx": false,
|
42 |
"scale_attn_weights": true,
|
43 |
"summary_activation": null,
|
44 |
+
"summary_first_dropout": 0.0,
|
45 |
"summary_proj_to_labels": true,
|
46 |
"summary_type": "cls_index",
|
47 |
"summary_use_proj": true,
|