teowu commited on
Commit
281b093
1 Parent(s): 7201ef4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -1,8 +1,14 @@
1
  {
2
- "_name_or_path": "MAGAer13/mplug-owl2-llama2-7b",
 
3
  "architectures": [
4
  "MPLUGOwl2LlamaForCausalLM"
5
  ],
 
 
 
 
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
 
1
  {
2
+ "_name_or_path": "q-future/co-instruct-preview",
3
+ "model_type": "mplug_owl2",
4
  "architectures": [
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,
14
  "bos_token_id": 1,