d-matrix commited on
Commit
7305130
1 Parent(s): c1efd44

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
  "GPTJForCausalLM"
5
  ],
 
 
 
 
6
  "attn_pdrop": 0.0,
7
  "bos_token_id": 50256,
8
  "embd_pdrop": 0.0,
 
3
  "architectures": [
4
  "GPTJForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_gptj.GPTJConfig",
8
+ "AutoModelForCausalLM": "modeling_gptj.GPTJForCausalLM"
9
+ },
10
  "attn_pdrop": 0.0,
11
  "bos_token_id": 50256,
12
  "embd_pdrop": 0.0,