Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"max_position_embeddings": 1024,
|
| 9 |
"balancing_weight": 0.01,
|
| 10 |
"temperature": 1.0,
|
| 11 |
-
"window_size":
|
| 12 |
"model_type": "MoR",
|
| 13 |
"architecture": "MixtureOfRecursions",
|
| 14 |
"hidden_act": "gelu"
|
|
|
|
| 8 |
"max_position_embeddings": 1024,
|
| 9 |
"balancing_weight": 0.01,
|
| 10 |
"temperature": 1.0,
|
| 11 |
+
"window_size": 512,
|
| 12 |
"model_type": "MoR",
|
| 13 |
"architecture": "MixtureOfRecursions",
|
| 14 |
"hidden_act": "gelu"
|