Commit
·
2efb773
1
Parent(s):
349948f
Upload 2 files
Browse files- mlc-chat-config.json +16 -0
- tokenizer.model +3 -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": "stablelm",
|
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 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c5c56a739832923347681ed8a03a9cbf5afb6d1fe60089a5b01dd2dd063ab71
|
3 |
+
size 1208648
|