Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -54,6 +54,7 @@
|
|
54 |
"initializer_range": 0.02,
|
55 |
"layer_norm_epsilon": 1e-05,
|
56 |
"max_position_embeddings": 8192,
|
|
|
57 |
"model_type": "falcon",
|
58 |
"multi_query": true,
|
59 |
"new_decoder_architecture": true,
|
|
|
54 |
"initializer_range": 0.02,
|
55 |
"layer_norm_epsilon": 1e-05,
|
56 |
"max_position_embeddings": 8192,
|
57 |
+
"max_length": 4096,
|
58 |
"model_type": "falcon",
|
59 |
"multi_query": true,
|
60 |
"new_decoder_architecture": true,
|