reach-vb HF Staff commited on
Commit
98098d3
·
verified ·
1 Parent(s): 7334d4e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -3,6 +3,10 @@
3
  "architectures": [
4
  "LlavaQwen2ForCausalLM"
5
  ],
 
 
 
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
  "eos_token_id": 151645,
 
3
  "architectures": [
4
  "LlavaQwen2ForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "llava_qwen.LlavaConfig",
8
+ "AutoModelForCausalLM": "llava_qwen.LlavaQwen2ForCausalLM"
9
+ },
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 151643,
12
  "eos_token_id": 151645,