nicholasKluge commited on
Commit
f67652b
1 Parent(s): bf0cc90

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -5
generation_config.json CHANGED
@@ -3,12 +3,12 @@
3
  "eos_token_id": 2,
4
  "pad_token_id": 3,
5
  "do_sample": true,
6
- "max_new_tokens": 200,
7
  "renormalize_logits": true,
8
- "repetition_penalty": 1.5,
9
- "temperature": 0.3,
10
- "top_k": 30,
11
- "top_p": 0.3,
12
  "use_cache": false,
13
  "transformers_version": "4.35.2"
14
  }
 
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": 10,
11
+ "top_p": 0.1,
12
  "use_cache": false,
13
  "transformers_version": "4.35.2"
14
  }