phoebeklett commited on
Commit
c74352c
1 Parent(s): d915bf2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,8 +4,8 @@
4
  "ExtendedLlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoConfig": "configuration.ExtendedMPTConfig",
8
- "AutoModelForCausalLM": "modeling_mpt.ExtendedMPTForCausalLM"
9
  },
10
  "attention_bias": false,
11
  "attention_dropout": 0.0,
 
4
  "ExtendedLlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
+ "AutoConfig": "configuration_llama.ExtendedLlamaConfig",
8
+ "AutoModelForCausalLM": "modeling_llama.ExtendedLlamaForCausalLM"
9
  },
10
  "attention_bias": false,
11
  "attention_dropout": 0.0,