izhx commited on
Commit
bd36ab0
·
verified ·
1 Parent(s): 40ed72b

Fix mdoel loading

Browse files

Fix https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-2B-Instruct/discussions/16

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -15,7 +15,7 @@
15
  "intermediate_size": 8960,
16
  "max_position_embeddings": 32768,
17
  "max_window_layers": 28,
18
- "model_type": "gme_qwen2_vl",
19
  "num_attention_heads": 12,
20
  "num_hidden_layers": 28,
21
  "num_key_value_heads": 2,
 
15
  "intermediate_size": 8960,
16
  "max_position_embeddings": 32768,
17
  "max_window_layers": 28,
18
+ "model_type": "qwen2_vl",
19
  "num_attention_heads": 12,
20
  "num_hidden_layers": 28,
21
  "num_key_value_heads": 2,