Upload 2 files
Browse files- mlc-chat-config.json +21 -0
- ndarray-cache.json +0 -0
mlc-chat-config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_lib": "ELYZA-japanese-Llama-2-7b-instruct-q4f16_1",
|
3 |
+
"local_id": "ELYZA-japanese-Llama-2-7b-instruct-q4f16_1",
|
4 |
+
"conv_template": "llama_default",
|
5 |
+
"temperature": 0.7,
|
6 |
+
"repetition_penalty": 1.0,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"mean_gen_len": 128,
|
9 |
+
"max_gen_len": 4096,
|
10 |
+
"num_shards": 1,
|
11 |
+
"use_presharded_weights": false,
|
12 |
+
"shift_fill_factor": 0.3,
|
13 |
+
"tokenizer_files": [
|
14 |
+
"tokenizer.json",
|
15 |
+
"tokenizer.model"
|
16 |
+
],
|
17 |
+
"model_category": "llama",
|
18 |
+
"model_name": "ELYZA-japanese-Llama-2-7b-instruct",
|
19 |
+
"vocab_size": 32000,
|
20 |
+
"max_window_size": 4096
|
21 |
+
}
|
ndarray-cache.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|