CreitinGameplays commited on
Commit
649dc0a
·
verified ·
1 Parent(s): fc4f8e5

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -5,7 +5,8 @@
5
  "do_sample": true,
6
  "temperature": 0.6,
7
  "top_p": 0.95,
8
- "top_k": 20,
9
  "min_p": 0,
 
10
  "transformers_version": "4.51.3"
11
  }
 
5
  "do_sample": true,
6
  "temperature": 0.6,
7
  "top_p": 0.95,
8
+ "top_k": 40,
9
  "min_p": 0,
10
+ "repetition_penalty": 1.0,
11
  "transformers_version": "4.51.3"
12
  }