doberst commited on
Commit
6855fe9
1 Parent(s): c41edb1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -38,10 +38,11 @@
38
  "publisher": "llmware",
39
  "release_date": "september 2024",
40
  "description": "slim-summary is a function-calling model, fine-tuned to output structured dictionaries",
41
- "prompt_format": "<human> {context_passage} <extract> {insert-custom-key} </extract>\n<bot>:",
42
  "output_format": "{'{custom_key}': [list of values extracted from text aligning to custom key]}",
43
  "primary_keys": ["custom_keys"],
44
  "output_values": ["range of custom values"],
 
45
  "test_params": ["key points"],
46
  "test_set": [
47
 
 
38
  "publisher": "llmware",
39
  "release_date": "september 2024",
40
  "description": "slim-summary is a function-calling model, fine-tuned to output structured dictionaries",
41
+ "prompt_format": "<human> {context_passage} <summary> {insert-custom-key} </summary>\n<bot>:",
42
  "output_format": "{'{custom_key}': [list of values extracted from text aligning to custom key]}",
43
  "primary_keys": ["custom_keys"],
44
  "output_values": ["range of custom values"],
45
+ "function_call": "summary"
46
  "test_params": ["key points"],
47
  "test_set": [
48