Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"architectures": [
|
3 |
"Qwen2VisionTransformerPretrainedModel"
|
4 |
],
|
|
|
1 |
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoConfig": "configuration_qwen2_vl.Qwen2VLVisionConfig",
|
4 |
+
"AutoModel": "modeling_qwen2_vl.Qwen2VisionTransformerPretrainedModel"
|
5 |
+
},
|
6 |
"architectures": [
|
7 |
"Qwen2VisionTransformerPretrainedModel"
|
8 |
],
|