stas commited on
Commit
d16a65b
1 Parent(s): 62bc574

correct the model type to be mbart

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -37,7 +37,7 @@
37
  },
38
  "max_length": 1000,
39
  "max_position_embeddings": 1024,
40
- "model_type": "bart",
41
  "normalize_before": true,
42
  "normalize_embedding": true,
43
  "num_beams": 5,
37
  },
38
  "max_length": 1000,
39
  "max_position_embeddings": 1024,
40
+ "model_type": "mbart",
41
  "normalize_before": true,
42
  "normalize_embedding": true,
43
  "num_beams": 5,