nicholasKluge commited on
Commit
30ecbdb
1 Parent(s): 9a7f11a

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -2
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": 50257,
3
+ "sep_token": 50259,
4
  "eos_token_id": 50258,
 
5
  "pad_token_id": 50260,
6
+ "unk_token": 50256,
7
+ "do_sample": true,
8
+ "max_new_tokens": 512,
9
  "renormalize_logits": true,
10
  "repetition_penalty": 1.1,
11
  "temperature": 0.3,