Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -26,7 +26,8 @@
|
|
26 |
"factor": 1,
|
27 |
"max_factor": 16,
|
28 |
"param_factor": 1,
|
29 |
-
"type": "clex"
|
|
|
30 |
},
|
31 |
"rope_theta": 10000,
|
32 |
"tie_word_embeddings": false,
|
|
|
26 |
"factor": 1,
|
27 |
"max_factor": 16,
|
28 |
"param_factor": 1,
|
29 |
+
"type": "clex",
|
30 |
+
"act": "silu"
|
31 |
},
|
32 |
"rope_theta": 10000,
|
33 |
"tie_word_embeddings": false,
|