Update config.json
Browse files- config.json +7 -8
config.json
CHANGED
@@ -1,18 +1,17 @@
|
|
1 |
{
|
2 |
-
"model_name": "slim-
|
3 |
-
"model_ft_base": "slim-
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
"model_base": "tiny-llama",
|
6 |
"model_type": "llama",
|
7 |
-
"tokenizer": "llmware/slim-
|
8 |
"parameters": "1.1 billion",
|
9 |
-
"description": "slim-
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
-
"prompt_format": "<human> {context_passage} <classify>
|
12 |
-
"output_format": "{
|
13 |
"primary_keys": [
|
14 |
-
"intent"
|
15 |
-
"category"
|
16 |
],
|
17 |
"output_values": [
|
18 |
"short title or description of the text"
|
|
|
1 |
{
|
2 |
+
"model_name": "slim-intent-tool",
|
3 |
+
"model_ft_base": "slim-intent",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
"model_base": "tiny-llama",
|
6 |
"model_type": "llama",
|
7 |
+
"tokenizer": "llmware/slim-intent",
|
8 |
"parameters": "1.1 billion",
|
9 |
+
"description": "slim-intent is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
+
"prompt_format": "<human> {context_passage} <classify> intent </classify>\n<bot>:",
|
12 |
+
"output_format": "{intent}",
|
13 |
"primary_keys": [
|
14 |
+
"intent"
|
|
|
15 |
],
|
16 |
"output_values": [
|
17 |
"short title or description of the text"
|