Skip to content

Commit 0155931

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Set top_p to 0.98 meant to raise, lowered by mistake lol ....
1 parent 1027a91 commit 0155931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-proof-of-concept-CPU-preprocessing-in-memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def complete_text(text):
10701070
max_new_tokens=20,
10711071
temperature=0.6,
10721072
top_k=40,
1073-
top_p=0.90,
1073+
top_p=0.98,
10741074
repetition_penalty=1.2,
10751075
# presence_penalty=1.2,
10761076
# frequency_penalty=1.3

0 commit comments

Comments
 (0)