limhyeonseok
commited on
Commit
•
36fdb96
1
Parent(s):
072cdf8
Update README.md
Browse files
README.md
CHANGED
@@ -128,8 +128,7 @@ outputs = pipeline(
|
|
128 |
eos_token_id=terminators,
|
129 |
do_sample=True,
|
130 |
temperature=0.6,
|
131 |
-
top_p=0.9
|
132 |
-
repetition_penalty = 1.1
|
133 |
)
|
134 |
|
135 |
print(outputs[0]["generated_text"][len(prompt):])
|
|
|
128 |
eos_token_id=terminators,
|
129 |
do_sample=True,
|
130 |
temperature=0.6,
|
131 |
+
top_p=0.9
|
|
|
132 |
)
|
133 |
|
134 |
print(outputs[0]["generated_text"][len(prompt):])
|