damerajee commited on
Commit
70d4cd9
·
verified ·
1 Parent(s): fef2c8c

Update text_model_cfg.json

Browse files
Files changed (1) hide show
  1. text_model_cfg.json +1 -1
text_model_cfg.json CHANGED
@@ -6,7 +6,7 @@
6
  ],
7
  "auto_map": {
8
  "AutoConfig": "configuration_gpt2.GPT2Config",
9
- "AutoModelForCausalLM": "modeling_gpt2.PhiForCausalLM"
10
  },
11
  "attn_pdrop": 0.1,
12
  "bos_token_id": 50256,
 
6
  ],
7
  "auto_map": {
8
  "AutoConfig": "configuration_gpt2.GPT2Config",
9
+ "AutoModelForCausalLM": "modeling_gpt2.GPT2LMHeadModel"
10
  },
11
  "attn_pdrop": 0.1,
12
  "bos_token_id": 50256,