Text Generation
Transformers
openchat
mistral
C-RLFT
Inference Endpoints
Caleb Fahlgren commited on
Commit
893d2a0
1 Parent(s): c8f63cb

update mlc-chat-config

Browse files
Files changed (1) hide show
  1. params/mlc-chat-config.json +12 -1
params/mlc-chat-config.json CHANGED
@@ -1,7 +1,18 @@
1
  {
2
  "model_lib": "openchat-3.5-1210-q4f32_1",
3
  "local_id": "openchat-3.5-1210-q4f32_1",
4
- "conv_template": "mistral_default",
 
 
 
 
 
 
 
 
 
 
 
5
  "temperature": 0.7,
6
  "repetition_penalty": 1.0,
7
  "top_p": 0.95,
 
1
  {
2
  "model_lib": "openchat-3.5-1210-q4f32_1",
3
  "local_id": "openchat-3.5-1210-q4f32_1",
4
+ "conv_template": "llama-2",
5
+ "conv_config": {
6
+ "system": "<|im_start|>system: You are an AI assistant that follows instructions extremely well. Help as much as you can.",
7
+ "roles": [
8
+ "<|im_start|>user",
9
+ "<|im_start|>assistant"
10
+ ],
11
+ "seps": [
12
+ "<|im_end|>\n"
13
+ ],
14
+ "stop_str": "<|im_end|>"
15
+ },
16
  "temperature": 0.7,
17
  "repetition_penalty": 1.0,
18
  "top_p": 0.95,