hacer201145 commited on
Commit
be044a9
·
verified ·
1 Parent(s): cef446f

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +3 -3
generation_config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "bos_token_id": 2,
3
- "pad_token_id": 3,
4
  "do_sample": true,
5
- "eos_token_id": 4,
6
  "repetition_penalty": 1.2,
7
  "temperature": 0.7,
8
  "top_p": 0.8,
 
1
  {
2
+ "bos_token_id": 1,
3
+ "pad_token_id": 2,
4
  "do_sample": true,
5
+ "eos_token_id": 3,
6
  "repetition_penalty": 1.2,
7
  "temperature": 0.7,
8
  "top_p": 0.8,