Upload params with huggingface_hub
Browse files
params
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"temperature": 0.
|
| 3 |
"top_p": 0.95,
|
| 4 |
-
"top_k":
|
| 5 |
-
"
|
| 6 |
-
"num_ctx": 4096,
|
| 7 |
"stop": ["<|im_start|>", "<|im_end|>", "</think>"]
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"temperature": 0.5,
|
| 3 |
"top_p": 0.95,
|
| 4 |
+
"top_k": 40,
|
| 5 |
+
"num_ctx": 8192,
|
|
|
|
| 6 |
"stop": ["<|im_start|>", "<|im_end|>", "</think>"]
|
| 7 |
}
|