Update README.md
Browse files
README.md
CHANGED
|
@@ -41,10 +41,10 @@ messages = [
|
|
| 41 |
|
| 42 |
outputs = pipe(
|
| 43 |
messages,
|
| 44 |
-
temperature=0.
|
| 45 |
top_p=1.0,
|
| 46 |
-
top_k=
|
| 47 |
-
repetition_penalty=1.
|
| 48 |
max_new_tokens=2048
|
| 49 |
)
|
| 50 |
|
|
|
|
| 41 |
|
| 42 |
outputs = pipe(
|
| 43 |
messages,
|
| 44 |
+
temperature=0.6,
|
| 45 |
top_p=1.0,
|
| 46 |
+
top_k=50,
|
| 47 |
+
repetition_penalty=1.1,
|
| 48 |
max_new_tokens=2048
|
| 49 |
)
|
| 50 |
|