Update hypothetical config.json for LN
Browse files- config.json +1 -1
config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"num_hidden_layers": 96,
|
17 |
"num_key_value_heads": 8,
|
18 |
"pretraining_tp": 1,
|
19 |
-
"
|
20 |
"rope_scaling": null,
|
21 |
"partial_rotary_factor": 0.5,
|
22 |
"rope_theta":10000.0,
|
|
|
16 |
"num_hidden_layers": 96,
|
17 |
"num_key_value_heads": 8,
|
18 |
"pretraining_tp": 1,
|
19 |
+
"layer_norm_eps": 1e-05,
|
20 |
"rope_scaling": null,
|
21 |
"partial_rotary_factor": 0.5,
|
22 |
"rope_theta":10000.0,
|