drew2ch commited on
Commit
cb072e6
·
1 Parent(s): fcae5db

fix: move config.json to root

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": [
3
  "PerkLM"
4
  ],
 
 
 
 
5
  "d_ff": 2048,
6
  "d_model": 512,
7
  "dropout": 0.1,
 
2
  "architectures": [
3
  "PerkLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "modeling_perklm.PerkLMConfig",
7
+ "AutoModelForCausalLM": "modeling_perklm.PerkLM"
8
+ },
9
  "d_ff": 2048,
10
  "d_model": 512,
11
  "dropout": 0.1,