nicholasKluge commited on
Commit
e4c4bd5
1 Parent(s): 0f0af99

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": 50265,
3
- "do_sample": true,
4
  "eos_token_id": 50266,
5
- "max_new_tokens": 512,
6
  "pad_token_id": 50269,
 
 
 
7
  "renormalize_logits": true,
8
  "repetition_penalty": 1.1,
9
  "temperature": 0.3,
 
1
  {
2
  "bos_token_id": 50265,
3
+ "sep_token": 50268,
4
  "eos_token_id": 50266,
 
5
  "pad_token_id": 50269,
6
+ "unk_token": 50267,
7
+ "do_sample": true,
8
+ "max_new_tokens": 512,
9
  "renormalize_logits": true,
10
  "repetition_penalty": 1.1,
11
  "temperature": 0.3,