ajyl commited on
Commit
dd28b24
·
verified ·
1 Parent(s): 0853b2a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
- "CubeLM"
5
  ],
6
  "attn_pdrop": 0.1,
7
  "auto_map": {
8
- "AutoModelForCausalLM": "CubeLM.CubeLM"
9
  },
10
  "bos_token_id": 15,
11
  "embd_pdrop": 0.1,
 
1
  {
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
+ "GPT2LMHeadModel"
5
  ],
6
  "attn_pdrop": 0.1,
7
  "auto_map": {
8
+ "AutoModelForCausalLM": "GPT2LMHeadModel"
9
  },
10
  "bos_token_id": 15,
11
  "embd_pdrop": 0.1,