d-matrix commited on
Commit
40460d8
1 Parent(s): 80d3067

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -5,6 +5,10 @@
5
  "architectures": [
6
  "OPTForCausalLM"
7
  ],
 
 
 
 
8
  "attention_dropout": 0.0,
9
  "bos_token_id": 2,
10
  "do_layer_norm_before": true,
 
5
  "architectures": [
6
  "OPTForCausalLM"
7
  ],
8
+ "auto_map": {
9
+ "AutoConfig": "configuration_opt.OPTConfig",
10
+ "AutoModelForCausalLM": "modeling_opt.OPTForCausalLM"
11
+ },
12
  "attention_dropout": 0.0,
13
  "bos_token_id": 2,
14
  "do_layer_norm_before": true,