Commit
·
9aeabfb
1
Parent(s):
ec15477
Update models.json
Browse files- models.json +23 -1
models.json
CHANGED
@@ -19,6 +19,26 @@
|
|
19 |
"template_name" : "HumanBot",
|
20 |
"is_ready": true
|
21 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
{
|
23 |
"id": "mistral-7b-instruct-v0.2-Q5_K_M",
|
24 |
"model_title": "Mistral 7B Instruct v0.2 Q5_K_M",
|
@@ -59,7 +79,7 @@
|
|
59 |
"template_name" : "Mistral",
|
60 |
"is_ready": true
|
61 |
},
|
62 |
-
|
63 |
"id": "openchat-3.5-1210-Q5_K_M",
|
64 |
"model_title": "OpenChat 3.5 Q5_K_M",
|
65 |
"model_file": "data/mistral-7b-instruct-v0.2.Q5_K_M.gguf",
|
@@ -79,4 +99,6 @@
|
|
79 |
"template_name" : "Mistral",
|
80 |
"is_ready": true
|
81 |
}
|
|
|
82 |
]
|
|
|
|
19 |
"template_name" : "HumanBot",
|
20 |
"is_ready": true
|
21 |
},
|
22 |
+
{
|
23 |
+
"id": "tinyllama-1.1B-32k-Q8",
|
24 |
+
"model_title": "TinyLlama-1.1B-32k",
|
25 |
+
"model_file": "data/mistral-7b-instruct-v0.2.Q5_K_M.gguf",
|
26 |
+
"model_url": "https://huggingface.co/TheBloke/openchat-3.5-1210-GGUF/resolve/main/openchat-3.5-1210.Q5_K_M.gguf?download=true",
|
27 |
+
"model_info_url": "https://huggingface.co/Doctor-Shotgun/TinyLlama-1.1B-32k",
|
28 |
+
"model_avatar": "logo_tinyllama",
|
29 |
+
"model_description": "The TinyLlama 1.1B model.",
|
30 |
+
"developer": "Zhang Peiyuan",
|
31 |
+
"developer_url": "https://github.com/jzhang38/TinyLlama",
|
32 |
+
"context" : 4096,
|
33 |
+
"temp" : 0.6,
|
34 |
+
"prompt_format" : "<|system|>You are a friendly chatbot who always responds in the style of a pirate.</s><|user|>{{prompt}}</s><|assistant|>",
|
35 |
+
"top_k" : 5,
|
36 |
+
"top_p" : 0.9,
|
37 |
+
"model_inference" : "llama",
|
38 |
+
"n_batch" : 10,
|
39 |
+
"template_name" : "TinyLlama",
|
40 |
+
"is_ready": true
|
41 |
+
}
|
42 |
{
|
43 |
"id": "mistral-7b-instruct-v0.2-Q5_K_M",
|
44 |
"model_title": "Mistral 7B Instruct v0.2 Q5_K_M",
|
|
|
79 |
"template_name" : "Mistral",
|
80 |
"is_ready": true
|
81 |
},
|
82 |
+
{
|
83 |
"id": "openchat-3.5-1210-Q5_K_M",
|
84 |
"model_title": "OpenChat 3.5 Q5_K_M",
|
85 |
"model_file": "data/mistral-7b-instruct-v0.2.Q5_K_M.gguf",
|
|
|
99 |
"template_name" : "Mistral",
|
100 |
"is_ready": true
|
101 |
}
|
102 |
+
|
103 |
]
|
104 |
+
|