(wip) fix TEI support
Browse files- config.json +1 -1
config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"logn_attention_clip1": false,
|
19 |
"logn_attention_scale": false,
|
20 |
"max_position_embeddings": 8192,
|
21 |
-
"model_type": "
|
22 |
"num_attention_heads": 12,
|
23 |
"num_hidden_layers": 12,
|
24 |
"pack_qkv": true,
|
|
|
18 |
"logn_attention_clip1": false,
|
19 |
"logn_attention_scale": false,
|
20 |
"max_position_embeddings": 8192,
|
21 |
+
"model_type": "new",
|
22 |
"num_attention_heads": 12,
|
23 |
"num_hidden_layers": 12,
|
24 |
"pack_qkv": true,
|