joerowell commited on
Commit
edcd812
·
1 Parent(s): 42cd8b8

update sampling parameters to match evals

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -3
generation_config.json CHANGED
@@ -5,8 +5,9 @@
5
  2,
6
  24
7
  ],
8
- "max_new_tokens": 2048,
9
  "pad_token_id": 9,
10
- "temperature": 0.7,
11
- "top_p": 0.9
 
12
  }
 
5
  2,
6
  24
7
  ],
8
+ "max_new_tokens": 4096,
9
  "pad_token_id": 9,
10
+ "temperature": 1.0,
11
+ "top_p": 1.0,
12
+ "min_p": 0.0
13
  }