sigridjineth commited on
Commit
5051914
1 Parent(s): 09f9f8d

Upload mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +17 -0
mlc-chat-config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_lib": "sionic-llama-2-7b-miniguanaco",
3
+ "local_id": "sionic-llama-2-7b-miniguanaco",
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
+ "added_tokens.json",
13
+ "tokenizer.model"
14
+ ],
15
+ "model_category": "llama",
16
+ "model_name": "Llama-2-13b-chat-hf"
17
+ }