zhiyuanyou commited on
Commit
1d01793
·
verified ·
1 Parent(s): 0d4d0ad

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -5,9 +5,9 @@
5
  "MPLUGOwl2LlamaForCausalLM"
6
  ],
7
  "auto_map": {
8
- "AutoConfig": "__init__.MPLUGOwl2Config",
9
- "AutoModel": "__init__.MPLUGOwl2LlamaForCausalLM",
10
- "AutoModelForCausalLM": "__init__.MPLUGOwl2LlamaForCausalLM"
11
  },
12
  "attention_bias": false,
13
  "attention_dropout": 0.0,
 
5
  "MPLUGOwl2LlamaForCausalLM"
6
  ],
7
  "auto_map": {
8
+ "AutoConfig": "configuration_mplug_owl2.MPLUGOwl2Config",
9
+ "AutoModel": "modeling_mplug_owl2.MPLUGOwl2LlamaForCausalLM",
10
+ "AutoModelForCausalLM": "modeling_mplug_owl2.MPLUGOwl2LlamaForCausalLM"
11
  },
12
  "attention_bias": false,
13
  "attention_dropout": 0.0,