patrickvonplaten commited on
Commit
8c4a28e
1 Parent(s): ba08693

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -238,5 +238,7 @@
238
  "tie_word_embeddings": false,
239
  "tokenizer_class": "mbart50",
240
  "torch_dtype": "float32",
241
- "transformers_version": null
 
 
242
  }
238
  "tie_word_embeddings": false,
239
  "tokenizer_class": "mbart50",
240
  "torch_dtype": "float32",
241
+ "transformers_version": null,
242
+ "num_beams": 5,
243
+ "max_length": 200
244
  }