Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"bos_token_id": 6,
|
8 |
"dim_ff": 10240,
|
9 |
"dim_head": 128,
|
10 |
-
"
|
11 |
"dropout_p": 0.0,
|
12 |
"eos_token_id": 7,
|
13 |
"eps": 1e-06,
|
@@ -16,8 +16,8 @@
|
|
16 |
"max_new_tokens": 50,
|
17 |
"model_type": "cpmant",
|
18 |
"num_beams": 3,
|
19 |
-
"
|
20 |
-
"
|
21 |
"pad_token_id": 0,
|
22 |
"position_bias_max_distance": 2048,
|
23 |
"position_bias_num_buckets": 512,
|
|
|
7 |
"bos_token_id": 6,
|
8 |
"dim_ff": 10240,
|
9 |
"dim_head": 128,
|
10 |
+
"hidden_size": 4096,
|
11 |
"dropout_p": 0.0,
|
12 |
"eos_token_id": 7,
|
13 |
"eps": 1e-06,
|
|
|
16 |
"max_new_tokens": 50,
|
17 |
"model_type": "cpmant",
|
18 |
"num_beams": 3,
|
19 |
+
"num_attention_heads": 32,
|
20 |
+
"num_hidden_layers": 48,
|
21 |
"pad_token_id": 0,
|
22 |
"position_bias_max_distance": 2048,
|
23 |
"position_bias_num_buckets": 512,
|