Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -6,6 +6,10 @@
|
|
6 |
"AutoConfig": "configuration_aquila.AquilaConfig",
|
7 |
"AutoModelForCausalLM": "modeling_aquila.AquilaForCausalLM"
|
8 |
},
|
|
|
|
|
|
|
|
|
9 |
"bos_token_id": 100006,
|
10 |
"eos_token_id": 100007,
|
11 |
"hidden_act": "silu",
|
@@ -18,7 +22,6 @@
|
|
18 |
"num_hidden_layers": 32,
|
19 |
"pad_token_id": 0,
|
20 |
"rms_norm_eps": 1e-05,
|
21 |
-
"rope_scaling": null,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "float16",
|
24 |
"transformers_version": "4.31.0",
|
|
|
6 |
"AutoConfig": "configuration_aquila.AquilaConfig",
|
7 |
"AutoModelForCausalLM": "modeling_aquila.AquilaForCausalLM"
|
8 |
},
|
9 |
+
"rope_scaling": {
|
10 |
+
"factor": 8.0,
|
11 |
+
"type": "linear"
|
12 |
+
},
|
13 |
"bos_token_id": 100006,
|
14 |
"eos_token_id": 100007,
|
15 |
"hidden_act": "silu",
|
|
|
22 |
"num_hidden_layers": 32,
|
23 |
"pad_token_id": 0,
|
24 |
"rms_norm_eps": 1e-05,
|
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "float16",
|
27 |
"transformers_version": "4.31.0",
|