m9e commited on
Commit
9f2c3ed
·
verified ·
1 Parent(s): 22095d5

Update config.json

Browse files

Add missing model_type field

Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -12,7 +12,7 @@
12
  ],
13
  "img_in": [],
14
  "txt_in": [],
15
- "transformer_blocks\\.\\\\d+": [
16
  "img_mod.1",
17
  "attn.to_q",
18
  "attn.to_k",
@@ -33,5 +33,6 @@
33
  ],
34
  "proj_out": []
35
  }
36
- }
 
37
  }
 
12
  ],
13
  "img_in": [],
14
  "txt_in": [],
15
+ "transformer_blocks\\.\\d+": [
16
  "img_mod.1",
17
  "attn.to_q",
18
  "attn.to_k",
 
33
  ],
34
  "proj_out": []
35
  }
36
+ },
37
+ "model_type": "qwen2_5_vl"
38
  }