zifei9 commited on
Commit
f3acf9c
·
verified ·
1 Parent(s): b62be98

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -3,6 +3,10 @@
3
  "architectures": [
4
  "GPT2LMHeadModel"
5
  ],
 
 
 
 
6
  "attn_pdrop": 0.1,
7
  "bos_token_id": 50256,
8
  "embd_pdrop": 0.1,
 
3
  "architectures": [
4
  "GPT2LMHeadModel"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_gpt2.GPT2Config",
8
+ "AutoModelForCausalLM": "modeling_gpt2.GPT2LMHeadModel"
9
+ },
10
  "attn_pdrop": 0.1,
11
  "bos_token_id": 50256,
12
  "embd_pdrop": 0.1,