limhyeonseok
commited on
Commit
•
d4603c4
1
Parent(s):
49099bf
Update README.md
Browse files
README.md
CHANGED
@@ -127,7 +127,6 @@ outputs = pipeline(
|
|
127 |
do_sample=True,
|
128 |
temperature=0.6,
|
129 |
top_p=0.9,
|
130 |
-
repetition_penalty = 1.1
|
131 |
)
|
132 |
|
133 |
print(outputs[0]["generated_text"][len(prompt):])
|
|
|
127 |
do_sample=True,
|
128 |
temperature=0.6,
|
129 |
top_p=0.9,
|
|
|
130 |
)
|
131 |
|
132 |
print(outputs[0]["generated_text"][len(prompt):])
|