Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
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",
|
16 |
"release_date": "march 2024",
|
17 |
"test_set": [
|
|
|
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",
|
16 |
"release_date": "march 2024",
|
17 |
"test_set": [
|