Commit
·
c210f84
1
Parent(s):
b08a54e
Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,12 @@ widget:
|
|
25 |
<|USER|> Craft me a list of some nice places to visit around the world. <|ASSISTANT|>
|
26 |
inference:
|
27 |
parameters:
|
28 |
-
temperature: 0.
|
29 |
do_sample: True
|
30 |
-
top_p: 0.
|
31 |
-
top_k:
|
32 |
max_new_tokens: 250
|
33 |
-
repetition_penalty: 1.
|
34 |
---
|
35 |
|
36 |
# Model Card for Model ID
|
|
|
25 |
<|USER|> Craft me a list of some nice places to visit around the world. <|ASSISTANT|>
|
26 |
inference:
|
27 |
parameters:
|
28 |
+
temperature: 0.5
|
29 |
do_sample: True
|
30 |
+
top_p: 0.5
|
31 |
+
top_k: 30
|
32 |
max_new_tokens: 250
|
33 |
+
repetition_penalty: 1.15
|
34 |
---
|
35 |
|
36 |
# Model Card for Model ID
|