IlyaGusev commited on
Commit
a7e2e90
1 Parent(s): cd94e95

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -3,11 +3,11 @@
3
  "eos_token_id": 2,
4
  "pad_token_id": 0,
5
  "temperature": 1.0,
6
- "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
  "max_new_tokens": 832,
10
  "num_beams": 3,
11
  "repetition_penalty": 1.1,
12
- "no_repeat_ngram_size": 6
13
  }
 
3
  "eos_token_id": 2,
4
  "pad_token_id": 0,
5
  "temperature": 1.0,
6
+ "top_p": 0.85,
7
  "top_k": 30,
8
  "do_sample": true,
9
  "max_new_tokens": 832,
10
  "num_beams": 3,
11
  "repetition_penalty": 1.1,
12
+ "no_repeat_ngram_size": 20
13
  }