liezeleinstein commited on
Commit
bab8e21
·
1 Parent(s): 2efb773

Delete mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +0 -16
mlc-chat-config.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "model_lib": "stablelm-base-alpha-3b-q4f32_1",
3
- "local_id": "stablelm-base-alpha-3b-q4f32_1",
4
- "conv_template": "stablelm",
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
- "model_category": "gpt_neox",
15
- "model_name": "stablelm-base-alpha-3b"
16
- }