izhx commited on
Commit
4174ed0
·
verified ·
1 Parent(s): 280b826

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -1,9 +1,12 @@
1
  {
2
  "_name_or_path": "Alibaba-NLP/gme-Qwen2-VL-2B-Instruct",
3
- "architectures": ["GmeQwen2VLForVision2Seq"],
 
 
 
4
  "auto_map": {
5
- "AutoModel": "modeling_gme_qwen2vl.GmeQwen2VLForVision2Seq",
6
- "AutoConfig": "modeling_gme_qwen2vl.GmeQwen2VLConfig"
7
  },
8
  "attention_dropout": 0.0,
9
  "bos_token_id": 151643,
 
1
  {
2
  "_name_or_path": "Alibaba-NLP/gme-Qwen2-VL-2B-Instruct",
3
+ "architectures": [
4
+ "Qwen2VLForConditionalGeneration",
5
+ "GmeQwen2VL"
6
+ ],
7
  "auto_map": {
8
+ "AutoConfig": "modeling_gme_qwen2vl.GmeQwen2VLConfig",
9
+ "AutoModel": "modeling_gme_qwen2vl.GmeQwen2VL"
10
  },
11
  "attention_dropout": 0.0,
12
  "bos_token_id": 151643,