Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -3,6 +3,9 @@
|
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"add_final_layer_norm": false,
|
|
|
|
|
|
|
|
|
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
"classif_dropout": 0.0,
|
|
|
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"add_final_layer_norm": false,
|
| 6 |
+
"architectures": [
|
| 7 |
+
"BartForConditionalGeneration"
|
| 8 |
+
],
|
| 9 |
"attention_dropout": 0.0,
|
| 10 |
"bos_token_id": 0,
|
| 11 |
"classif_dropout": 0.0,
|