oisee commited on
Commit
5a176f2
·
1 Parent(s): 85e136e
Files changed (2) hide show
  1. added_tokens.json +3 -0
  2. mlc-chat-config.json +5 -2
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
mlc-chat-config.json CHANGED
@@ -1,20 +1,23 @@
1
  {
2
  "model_lib": "Mistral-7B-Instruct-v0.1-q3f16_1",
3
  "local_id": "Mistral-7B-Instruct-v0.1-q3f16_1",
4
- "conv_template": "mistral_default",
 
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
- "max_window_size": 768,
11
  "num_shards": 1,
12
  "shift_fill_factor": 0.3,
13
  "tokenizer_files": [
 
14
  "tokenizer.json",
15
  "tokenizer.model"
16
  ],
 
17
  "model_category": "mistral",
18
  "model_name": "Mistral-7B-Instruct-v0.1",
 
19
  "vocab_size": 32000
20
  }
 
1
  {
2
  "model_lib": "Mistral-7B-Instruct-v0.1-q3f16_1",
3
  "local_id": "Mistral-7B-Instruct-v0.1-q3f16_1",
4
+ "display_name": "Mistral I",
5
+ "conv_template": "llama-2",
6
  "temperature": 0.7,
7
  "repetition_penalty": 1.0,
8
  "top_p": 0.95,
9
  "mean_gen_len": 128,
10
  "max_gen_len": 512,
 
11
  "num_shards": 1,
12
  "shift_fill_factor": 0.3,
13
  "tokenizer_files": [
14
+ "added_tokens.json",
15
  "tokenizer.json",
16
  "tokenizer.model"
17
  ],
18
+ "estimated_vram_req": 3972844748,
19
  "model_category": "mistral",
20
  "model_name": "Mistral-7B-Instruct-v0.1",
21
+ "max_window_size": 768,
22
  "vocab_size": 32000
23
  }