Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"bos_token_id": 1,
|
| 13 |
"eos_token_id": 2,
|
| 14 |
"tie_word_embeddings": true,
|
| 15 |
-
"
|
| 16 |
"normalization_layer": "rmsnorm",
|
| 17 |
"positional_encoding_type": "rope",
|
| 18 |
"unk_token_id": 3,
|
|
|
|
| 12 |
"bos_token_id": 1,
|
| 13 |
"eos_token_id": 2,
|
| 14 |
"tie_word_embeddings": true,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
"normalization_layer": "rmsnorm",
|
| 17 |
"positional_encoding_type": "rope",
|
| 18 |
"unk_token_id": 3,
|