bond005 commited on
Commit
ea85f8b
1 Parent(s): 2f4a604

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -9,7 +9,7 @@
9
  "repetition_penalty": 1.1,
10
  "max_new_tokens": 1024,
11
  "temperature": 0.7,
12
- "top_k": 20,
13
- "top_p": 0.8,
14
  "transformers_version": "4.41.2"
15
  }
 
9
  "repetition_penalty": 1.1,
10
  "max_new_tokens": 1024,
11
  "temperature": 0.7,
12
+ "top_k": 50,
13
+ "top_p": 0.75,
14
  "transformers_version": "4.41.2"
15
  }