draj commited on
Commit
b5d347e
1 Parent(s): 0aef232
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "activation_dropout": 0.2,
3
  "activation_function": "gelu",
 
 
 
4
  "attention_dropout": 0.2,
5
  "bos_token_id": 16000,
6
  "classifier_dropout": 0.0,
 
1
  {
2
  "activation_dropout": 0.2,
3
  "activation_function": "gelu",
4
+ "architectures": [
5
+ "MBartForConditionalGeneration"
6
+ ],
7
  "attention_dropout": 0.2,
8
  "bos_token_id": 16000,
9
  "classifier_dropout": 0.0,