nicholasKluge commited on
Commit
cb4386e
1 Parent(s): a511310

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -3
generation_config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
2
- "bos_token_id": 50257,
 
 
 
 
3
  "do_sample": true,
4
- "eos_token_id": 50258,
5
  "max_new_tokens": 512,
6
- "pad_token_id": 50260,
7
  "renormalize_logits": true,
8
  "repetition_penalty": 1.1,
9
  "temperature": 0.3,
 
1
  {
2
+ "bos_token_id": 250680,
3
+ "sep_token": 250682,
4
+ "eos_token_id": 250681,
5
+ "pad_token_id": 250683,
6
+ "unk_token": 0,
7
  "do_sample": true,
 
8
  "max_new_tokens": 512,
 
9
  "renormalize_logits": true,
10
  "repetition_penalty": 1.1,
11
  "temperature": 0.3,