Upload params
Browse files
params
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_ctx": 32000,
|
3 |
+
"repeat_penalty": 1.3,
|
4 |
+
"stop": [
|
5 |
+
"<|im_end|>",
|
6 |
+
"<|endoftext|>"
|
7 |
+
],
|
8 |
+
"temperature": 1,
|
9 |
+
"top_k": 20,
|
10 |
+
"top_p": 0.8
|
11 |
+
}
|