Update README.md
Browse files
README.md
CHANGED
@@ -144,7 +144,7 @@ A chat between a curious user and an artificial intelligence assistant. The assi
|
|
144 |
"tokens_to_generate": max_tokens,
|
145 |
"top_k": 1,
|
146 |
'greedy': True,
|
147 |
-
'end_strings': ["<extra_id_1>", "quality:", "quality:
|
148 |
}
|
149 |
|
150 |
url = f"http://localhost:{eval_port}/generate"
|
|
|
144 |
"tokens_to_generate": max_tokens,
|
145 |
"top_k": 1,
|
146 |
'greedy': True,
|
147 |
+
'end_strings': ["<extra_id_1>", "quality:", "quality:9", "quality:0"]
|
148 |
}
|
149 |
|
150 |
url = f"http://localhost:{eval_port}/generate"
|