Imablank commited on
Commit
0737275
1 Parent(s): 3f66c9c

Update GPT4.txt

Browse files
Files changed (1) hide show
  1. GPT4.txt +4 -5
GPT4.txt CHANGED
@@ -1,8 +1,7 @@
1
  do_sample=True
2
- top_p=0.7
3
- top_k=90
4
- temperature=0.65
5
  repetition_penalty=1.11
6
- typical_p=0.2
7
  encoder_repetition_penalty=1.10
8
- no_repeat_ngram_size=2
 
1
  do_sample=True
2
+ top_p=0.94
3
+ top_k=50
4
+ temperature=1
5
  repetition_penalty=1.11
6
+ typical_p=1
7
  encoder_repetition_penalty=1.10