nicholasKluge commited on
Commit
1113e3d
1 Parent(s): 9c6137a

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +6 -4
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,
@@ -11,4 +13,4 @@
11
  "top_p": 0.3,
12
  "transformers_version": "4.35.2",
13
  "use_cache": false
14
- }
 
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,
 
13
  "top_p": 0.3,
14
  "transformers_version": "4.35.2",
15
  "use_cache": false
16
+ }