dev-das commited on
Commit
65dcf66
·
verified ·
1 Parent(s): 98b715f

update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -15,5 +15,10 @@
15
 
16
  "bos_token_id": 50256,
17
  "eos_token_id": 50256,
18
- "pad_token_id": 50256
 
 
 
 
 
19
  }
 
15
 
16
  "bos_token_id": 50256,
17
  "eos_token_id": 50256,
18
+ "pad_token_id": 50256,
19
+
20
+ "auto_map": {
21
+ "AutoConfig": "configuration_my_gpt.MyGPTConfig",
22
+ "AutoModelForCausalLM": "modeling_my_gpt.MyGPTForCausalLM"
23
+ }
24
  }