Thijmen commited on
Commit
1fa36e1
1 Parent(s): e64d27c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -8,5 +8,6 @@
8
  "n_ctx": 59,
9
  "act_fn": "gelu",
10
  "normalization_type": "LN",
11
- "model_type": "gpt2"
 
12
  }
 
8
  "n_ctx": 59,
9
  "act_fn": "gelu",
10
  "normalization_type": "LN",
11
+ "att_only": False,
12
+ "architecture": "mingpt"
13
  }