CKJ26 commited on
Commit
8cb6ec2
·
verified ·
1 Parent(s): 05448ca

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": [
3
  "LlavaPhiForCausalLM"
4
  ],
 
 
 
 
5
  "bos_token_id": 50256,
6
  "embd_pdrop": 0.0,
7
  "eos_token_id": 50256,
 
2
  "architectures": [
3
  "LlavaPhiForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_llava_phi.LlavaPhiConfig",
7
+ "AutoModel": "modeling_llava_phi.LlavaPhiForCausalLM"
8
+ },
9
  "bos_token_id": 50256,
10
  "embd_pdrop": 0.0,
11
  "eos_token_id": 50256,