Update config.json
Browse filesAdd missing model_type field
- config.json +3 -2
config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
],
|
| 13 |
"img_in": [],
|
| 14 |
"txt_in": [],
|
| 15 |
-
"transformer_blocks\\.\\
|
| 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 |
}
|