Update the inference parameters
Browse files
README.md
CHANGED
@@ -22,8 +22,11 @@ widget:
|
|
22 |
### Assistant:
|
23 |
inference:
|
24 |
parameters:
|
25 |
-
max_new_tokens:
|
26 |
-
repetition_penalty: 1.
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# ahxt's llama2_xs_460M_experimental trained on the Open-Platypus dataset
|
|
|
22 |
### Assistant:
|
23 |
inference:
|
24 |
parameters:
|
25 |
+
max_new_tokens: 32
|
26 |
+
repetition_penalty: 1.15
|
27 |
+
do_sample: true
|
28 |
+
temperature: 0.5
|
29 |
+
top_p: 0.5
|
30 |
---
|
31 |
|
32 |
# ahxt's llama2_xs_460M_experimental trained on the Open-Platypus dataset
|