damerajee commited on
Commit
fef2c8c
·
verified ·
1 Parent(s): 07a570d

Update text_model_cfg.json

Browse files
Files changed (1) hide show
  1. text_model_cfg.json +4 -0
text_model_cfg.json CHANGED
@@ -4,6 +4,10 @@
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
 
 
 
 
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 50256,
9
  "embd_pdrop": 0.1,
 
4
  "architectures": [
5
  "GPT2LMHeadModel"
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,
13
  "embd_pdrop": 0.1,