Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,11 @@ With the help of [my team](https://huggingface.co/ConvexAI).
|
|
12 |
- Uses Llama2 prompt template also in chat-instruct mode.
|
13 |
|
14 |
### I had good results with this parameters:
|
15 |
-
- temperature: 0.
|
16 |
-
- top_p: 0.
|
17 |
-
- min_p: 0
|
18 |
-
- top_k:
|
19 |
-
- repetition_penalty: 1.
|
20 |
|
21 |
### RolePlay Test
|
22 |
|
|
|
12 |
- Uses Llama2 prompt template also in chat-instruct mode.
|
13 |
|
14 |
### I had good results with this parameters:
|
15 |
+
- temperature: 0.8
|
16 |
+
- top_p: 0.75
|
17 |
+
- min_p: 0
|
18 |
+
- top_k: 0
|
19 |
+
- repetition_penalty: 1.05
|
20 |
|
21 |
### RolePlay Test
|
22 |
|