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