d-matrix
commited on
Commit
•
285c288
1
Parent(s):
221405c
Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -6,6 +6,10 @@
|
|
6 |
"architectures": [
|
7 |
"OPTForCausalLM"
|
8 |
],
|
|
|
|
|
|
|
|
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 2,
|
11 |
"do_layer_norm_before": true,
|
|
|
6 |
"architectures": [
|
7 |
"OPTForCausalLM"
|
8 |
],
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "configuration_opt.OPTConfig",
|
11 |
+
"AutoModelForCausalLM": "modeling_opt.OPTForCausalLM"
|
12 |
+
},
|
13 |
"attention_dropout": 0.0,
|
14 |
"bos_token_id": 2,
|
15 |
"do_layer_norm_before": true,
|