IlyaGusev commited on
Commit
ecd26bf
1 Parent(s): 47738e4

Update generation_config.json

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