system HF staff commited on
Commit
94a58bc
1 Parent(s): 30c4575

Update config.json

Browse files
Files changed (1) hide show
  1. 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,