Update config.json
Browse files- config.json +6 -4
config.json
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "gme-Qwen2-VL-7B-Instruct",
|
3 |
-
"architectures": [
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
8 |
"eos_token_id": 151645,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Alibaba-NLP/gme-Qwen2-VL-7B-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,
|
10 |
"eos_token_id": 151645,
|