d-matrix
commited on
Update config.json
Browse files- 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": false,
|
|
|
|
| 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": false,
|