Vishal Mishra commited on
Commit
627845e
1 Parent(s): a6f6b43

Added MLC Chat

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +14 -0
mlc-chat-config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_lib": "medllama2_7b",
3
+ "local_id": "medllama2_7b",
4
+ "conv_template": "vicuna_v1.1",
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
+ }