Update GPT4.txt
Browse files
GPT4.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
do_sample=True
|
2 |
top_p=0.7
|
3 |
top_k=90
|
4 |
-
temperature=
|
5 |
-
repetition_penalty=1.
|
6 |
typical_p=1.0
|
|
|
|
|
|
|
|
1 |
do_sample=True
|
2 |
top_p=0.7
|
3 |
top_k=90
|
4 |
+
temperature=1.03
|
5 |
+
repetition_penalty=1.10
|
6 |
typical_p=1.0
|
7 |
+
encoder_repetition_penalty=1.10
|
8 |
+
max_new_tokens=75
|
9 |
+
Custom_stopping_strings:="{{char}}: "
|