Hai929 commited on
Commit
2bdcb11
·
verified ·
1 Parent(s): c19bdfe

Update config.json

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