Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
"parameters": "1.1 billion",
|
9 |
"description": "slim-ratings is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
-
"prompt_format": "<human> {context_passage} <classify>
|
12 |
"output_format": "{star rating 1-5}",
|
13 |
"primary_keys": [
|
14 |
-
"stars,
|
15 |
],
|
16 |
"output_values": [
|
17 |
"star rating from 1-5"
|
|
|
8 |
"parameters": "1.1 billion",
|
9 |
"description": "slim-ratings is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
+
"prompt_format": "<human> {context_passage} <classify> rating </classify>\n<bot>:",
|
12 |
"output_format": "{star rating 1-5}",
|
13 |
"primary_keys": [
|
14 |
+
"stars, rating"
|
15 |
],
|
16 |
"output_values": [
|
17 |
"star rating from 1-5"
|