Update mlc-chat-config.json
Browse files- mlc-chat-config.json +2 -2
mlc-chat-config.json
CHANGED
@@ -29,11 +29,11 @@
|
|
29 |
"prefill_chunk_size": 2048,
|
30 |
"attention_sink_size": -1,
|
31 |
"tensor_parallel_shards": 1,
|
32 |
-
"temperature":
|
33 |
"presence_penalty": 0.0,
|
34 |
"frequency_penalty": 0.0,
|
35 |
"repetition_penalty": 1.0,
|
36 |
-
"top_p":
|
37 |
"tokenizer_files": [
|
38 |
"tokenizer.model",
|
39 |
"tokenizer.json",
|
|
|
29 |
"prefill_chunk_size": 2048,
|
30 |
"attention_sink_size": -1,
|
31 |
"tensor_parallel_shards": 1,
|
32 |
+
"temperature": 0.7,
|
33 |
"presence_penalty": 0.0,
|
34 |
"frequency_penalty": 0.0,
|
35 |
"repetition_penalty": 1.0,
|
36 |
+
"top_p": 0.9,
|
37 |
"tokenizer_files": [
|
38 |
"tokenizer.model",
|
39 |
"tokenizer.json",
|