doberst113080
commited on
Commit
•
cfc90ff
1
Parent(s):
318e0ad
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"description": "slim-tags-3b is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
"prompt_format": "<human> {context_passage} <classify> tags </classify>\n<bot>:",
|
12 |
-
"output_format": "{
|
13 |
"primary_keys": ["tags"],
|
14 |
"output_values": ["key_object1", "key_object2", "key_object3", ...],
|
15 |
"publisher": "llmware",
|
|
|
9 |
"description": "slim-tags-3b is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
"prompt_format": "<human> {context_passage} <classify> tags </classify>\n<bot>:",
|
12 |
+
"output_format": "{list of key objects found in the text}",
|
13 |
"primary_keys": ["tags"],
|
14 |
"output_values": ["key_object1", "key_object2", "key_object3", ...],
|
15 |
"publisher": "llmware",
|