Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
"description": "slim-summary is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
"prompt_format": "<human> {context_passage} <summarize> {optional text to guide summary} {(optional target list size)} </summarize>\n<bot>:",
|
12 |
-
"output_format": "
|
13 |
-
"primary_keys": ["
|
14 |
"output_values": ["list of summary points"],
|
15 |
"publisher": "llmware",
|
16 |
"release_date": "march 2024",
|
|
|
9 |
"description": "slim-summary is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
"prompt_format": "<human> {context_passage} <summarize> {optional text to guide summary} {(optional target list size)} </summarize>\n<bot>:",
|
12 |
+
"output_format": "['key point1', 'key point2', 'key point3', ...]",
|
13 |
+
"primary_keys": ["no primary key - returns a list, not dict"],
|
14 |
"output_values": ["list of summary points"],
|
15 |
"publisher": "llmware",
|
16 |
"release_date": "march 2024",
|