doberst commited on
Commit
c465619
1 Parent(s): 453a395

Update config.json

Browse files
Files changed (1) hide show
  1. 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": "{'summary': ['key point1', 'key point2', 'key point3', ...]}",
13
- "primary_keys": ["summary"],
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",