Alfahluzi commited on
Commit
afb24c9
1 Parent(s): 03605d3

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
 
2
  "bos_token_id": 0,
3
  "max_length": 256,
4
  "min_length": 10,
5
- "no_repeat_ngram_size": 2,
6
  "pad_token_id": 0,
7
  "early_stopping": true,
8
  "length_penalty": 2.0,
 
1
  {
2
+ "decoder_start_token_id": 3,
3
  "bos_token_id": 0,
4
  "max_length": 256,
5
  "min_length": 10,
6
+ "no_repeat_ngram_size": 4,
7
  "pad_token_id": 0,
8
  "early_stopping": true,
9
  "length_penalty": 2.0,