nicholasKluge commited on
Commit
e45e811
·
verified ·
1 Parent(s): 0694583

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +8 -10
generation_config.json CHANGED
@@ -1,16 +1,14 @@
1
  {
2
  "bos_token_id": 1,
3
- "do_sample": true,
4
  "eos_token_id": 2,
5
- "max_new_tokens": 2048,
6
  "pad_token_id": 3,
 
 
7
  "renormalize_logits": true,
8
  "repetition_penalty": 1.2,
9
- "sep_token_id": null,
10
- "temperature": 0.3,
11
- "top_k": 30,
12
- "top_p": 0.3,
13
- "transformers_version": "4.35.2",
14
- "unk_token_id": 0,
15
- "use_cache": false
16
- }
 
1
  {
2
  "bos_token_id": 1,
 
3
  "eos_token_id": 2,
 
4
  "pad_token_id": 3,
5
+ "do_sample": true,
6
+ "max_new_tokens": 1024,
7
  "renormalize_logits": true,
8
  "repetition_penalty": 1.2,
9
+ "temperature": 0.1,
10
+ "top_k": 50,
11
+ "top_p": 1.0,
12
+ "use_cache": true,
13
+ "transformers_version": "4.42.3"
14
+ }