Commit
·
47cc523
1
Parent(s):
bab8e21
Upload mlc-chat-config.json
Browse files- mlc-chat-config.json +16 -0
mlc-chat-config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_lib": "stablelm-base-alpha-3b-q4f32_1",
|
3 |
+
"local_id": "stablelm-base-alpha-3b-q4f32_1",
|
4 |
+
"conv_template": "llama-2",
|
5 |
+
"temperature": 0.7,
|
6 |
+
"repetition_penalty": 1.0,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"mean_gen_len": 128,
|
9 |
+
"max_gen_len": 512,
|
10 |
+
"shift_fill_factor": 0.3,
|
11 |
+
"tokenizer_files": [
|
12 |
+
"tokenizer.model"
|
13 |
+
],
|
14 |
+
"model_category": "gpt_neox",
|
15 |
+
"model_name": "stablelm-base-alpha-3b"
|
16 |
+
}
|