DongfuJiang
commited on
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 151643,
|
@@ -11,7 +11,7 @@
|
|
11 |
"intermediate_size": 4864,
|
12 |
"max_position_embeddings": 32768,
|
13 |
"max_window_layers": 21,
|
14 |
-
"model_type": "
|
15 |
"num_attention_heads": 14,
|
16 |
"num_hidden_layers": 24,
|
17 |
"num_key_value_heads": 2,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"Qwen2ChunkingForCausalLM"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 151643,
|
|
|
11 |
"intermediate_size": 4864,
|
12 |
"max_position_embeddings": 32768,
|
13 |
"max_window_layers": 21,
|
14 |
+
"model_type": "qwen2_chunking",
|
15 |
"num_attention_heads": 14,
|
16 |
"num_hidden_layers": 24,
|
17 |
"num_key_value_heads": 2,
|