dedsecurity commited on
Commit
29a28fc
1 Parent(s): aab951c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "activation_dropout": 0.0,
3
  "activation_function": "relu",
4
  "architectures": [
5
- "DPToL"
6
  ],
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 2,
@@ -14,7 +14,7 @@
14
  "init_std": 0.02,
15
  "layerdrop": 0.0,
16
  "max_position_embeddings": 2048,
17
- "model_type": "dpt",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
 
2
  "activation_dropout": 0.0,
3
  "activation_function": "relu",
4
  "architectures": [
5
+ "OPTForCausalLM"
6
  ],
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 2,
 
14
  "init_std": 0.02,
15
  "layerdrop": 0.0,
16
  "max_position_embeddings": 2048,
17
+ "model_type": "opt",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,