Commit
·
f062968
1
Parent(s):
c9f9ceb
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,9 +19,10 @@ widget:
|
|
| 19 |
flow and the reasoning behind each decision. <|ASSISTANT|>
|
| 20 |
inference:
|
| 21 |
parameters:
|
| 22 |
-
temperature: 0.
|
| 23 |
-
top_p: 0.
|
| 24 |
max_new_tokens: 250
|
|
|
|
| 25 |
---
|
| 26 |
# Model Card
|
| 27 |
|
|
|
|
| 19 |
flow and the reasoning behind each decision. <|ASSISTANT|>
|
| 20 |
inference:
|
| 21 |
parameters:
|
| 22 |
+
temperature: 0.8
|
| 23 |
+
top_p: 0.14
|
| 24 |
max_new_tokens: 250
|
| 25 |
+
repetition_penalty: 1.176
|
| 26 |
---
|
| 27 |
# Model Card
|
| 28 |
|