nicholasKluge commited on
Commit
bf0cc90
1 Parent(s): a0fc988

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -2
generation_config.json CHANGED
@@ -1,10 +1,9 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "pad_token_id": 3,
6
  "do_sample": true,
7
- "max_new_tokens": 512,
8
  "renormalize_logits": true,
9
  "repetition_penalty": 1.5,
10
  "temperature": 0.3,
 
1
  {
 
2
  "bos_token_id": 1,
3
  "eos_token_id": 2,
4
  "pad_token_id": 3,
5
  "do_sample": true,
6
+ "max_new_tokens": 200,
7
  "renormalize_logits": true,
8
  "repetition_penalty": 1.5,
9
  "temperature": 0.3,