xueyunlong commited on
Commit
b4c9ee6
·
verified ·
1 Parent(s): 3073262

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -6,7 +6,8 @@
6
  "attention": "GQA",
7
  "auto_map": {
8
  "AutoConfig": "LMConfig.LMConfig",
9
- "AutoModelForCausalLM": "model.NanoChatLM"
 
10
  },
11
  "aux_loss_alpha": 0.1,
12
  "dim": 896,
 
6
  "attention": "GQA",
7
  "auto_map": {
8
  "AutoConfig": "LMConfig.LMConfig",
9
+ "AutoModelForCausalLM": "model.NanoChatLM",
10
+ "AutoModel": "model.NanoChatLM"
11
  },
12
  "aux_loss_alpha": 0.1,
13
  "dim": 896,