Commit
·
aa62136
1
Parent(s):
abe153e
fix
Browse files
__pycache__/configuration_minimamba.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/configuration_minimamba.cpython-312.pyc and b/__pycache__/configuration_minimamba.cpython-312.pyc differ
|
|
|
config.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
| 15 |
"ssm_chunk_size": 256,
|
| 16 |
"vocab_size": 200064,
|
| 17 |
"mlp_scale": 2,
|
|
|
|
| 18 |
"multiple_of": 256,
|
| 19 |
"norm_eps": 1e-5,
|
| 20 |
"init_use_depth": false,
|
|
|
|
| 15 |
"ssm_chunk_size": 256,
|
| 16 |
"vocab_size": 200064,
|
| 17 |
"mlp_scale": 2,
|
| 18 |
+
"ffn_dim_multiplier": 2,
|
| 19 |
"multiple_of": 256,
|
| 20 |
"norm_eps": 1e-5,
|
| 21 |
"init_use_depth": false,
|