Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -3,6 +3,10 @@
|
|
3 |
"architectures": [
|
4 |
"BunnyQwenForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"eos_token_id": 151645,
|
8 |
"freeze_mm_mlp_adapter": false,
|
|
|
3 |
"architectures": [
|
4 |
"BunnyQwenForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_llava_qwen2.LlavaQwen2Config",
|
8 |
+
"AutoModelForCausalLM": "modeling_llava_qwen2.LlavaQwen2ForCausalLM"
|
9 |
+
},
|
10 |
"attention_dropout": 0.0,
|
11 |
"eos_token_id": 151645,
|
12 |
"freeze_mm_mlp_adapter": false,
|