sigridjineth commited on
Commit
40fc8fa
1 Parent(s): 5051914

Delete mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +0 -17
mlc-chat-config.json DELETED
@@ -1,17 +0,0 @@
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
- }