patrickvonplaten commited on
Commit
4d3465d
1 Parent(s): 7d64cae

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "add_bias_logits": false,
5
  "add_final_layer_norm": true,
6
  "architectures": [
7
- "BartForConditionalGeneration"
8
  ],
9
  "attention_dropout": 0.1,
10
  "bos_token_id": 0,
@@ -39,7 +39,7 @@
39
  "LABEL_2": 2
40
  },
41
  "max_position_embeddings": 1024,
42
- "model_type": "bart",
43
  "no_repeat_ngram_size": 3,
44
  "normalize_before": true,
45
  "normalize_embedding": true,
 
4
  "add_bias_logits": false,
5
  "add_final_layer_norm": true,
6
  "architectures": [
7
+ "MBartForConditionalGeneration"
8
  ],
9
  "attention_dropout": 0.1,
10
  "bos_token_id": 0,
 
39
  "LABEL_2": 2
40
  },
41
  "max_position_embeddings": 1024,
42
+ "model_type": "mbart",
43
  "no_repeat_ngram_size": 3,
44
  "normalize_before": true,
45
  "normalize_embedding": true,