Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"max_sequence_length": 2048,
|
17 |
"model_type": "chatglm",
|
18 |
"num_attention_heads": 32,
|
19 |
-
"num_layers":
|
20 |
"position_encoding_2d": true,
|
21 |
"torch_dtype": "float16",
|
22 |
"transformers_version": "4.23.1",
|
|
|
16 |
"max_sequence_length": 2048,
|
17 |
"model_type": "chatglm",
|
18 |
"num_attention_heads": 32,
|
19 |
+
"num_layers": 20,
|
20 |
"position_encoding_2d": true,
|
21 |
"torch_dtype": "float16",
|
22 |
"transformers_version": "4.23.1",
|