Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
-
"model_name": "slim-
|
3 |
"quantization": "4Q_K_M GGUF",
|
4 |
"model_base": "tiny-llama",
|
5 |
"model_type": "llama",
|
6 |
"parameters": "1.1 billion",
|
7 |
-
"description": "slim-
|
8 |
"prompt_wrapper": "human_bot",
|
9 |
-
"prompt_format": "<human> {context_passage} <classify>
|
10 |
-
"output_format": "{list of
|
11 |
"primary_keys": [
|
12 |
-
"
|
13 |
],
|
14 |
"output_values": [
|
15 |
-
"list of
|
16 |
],
|
17 |
"publisher": "llmware",
|
18 |
"release_date": "february 2024",
|
|
|
1 |
{
|
2 |
+
"model_name": "slim-tags-tool",
|
3 |
"quantization": "4Q_K_M GGUF",
|
4 |
"model_base": "tiny-llama",
|
5 |
"model_type": "llama",
|
6 |
"parameters": "1.1 billion",
|
7 |
+
"description": "slim-tags is a function-calling model, fine-tuned to output structured dictionaries",
|
8 |
"prompt_wrapper": "human_bot",
|
9 |
+
"prompt_format": "<human> {context_passage} <classify> tags </classify>\n<bot>:",
|
10 |
+
"output_format": "{list of relevant extractive summary tags in text}",
|
11 |
"primary_keys": [
|
12 |
+
"tags"
|
13 |
],
|
14 |
"output_values": [
|
15 |
+
"list of extracted tags"
|
16 |
],
|
17 |
"publisher": "llmware",
|
18 |
"release_date": "february 2024",
|