amazingvince commited on
Commit
0fe0ec7
1 Parent(s): 65deb8d

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
  "DiffLLaMAForCausalLM"
4
  ],
 
 
 
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
 
2
  "architectures": [
3
  "DiffLLaMAForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "modeling_diff_llama.DiffLLaMAConfig",
7
+ "AutoModelForCausalLM": "modeling_diff_llama.DiffLLaMAForCausalLM"
8
+ },
9
  "attention_bias": false,
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 1,