doberst commited on
Commit
f91cfc7
1 Parent(s): a112de3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
- "model_name": "slim-topics-tool",
3
- "model_ft_base": "slim-topics",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "tiny-llama",
6
  "model_type": "llama",
7
- "tokenizer": "llmware/slim-topics",
8
  "parameters": "1.1 billion",
9
- "description": "slim-topics is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
- "prompt_format": "<human> {context_passage} <classify> topics </classify>\n<bot>:",
12
  "output_format": "{major topic categories}",
13
  "primary_keys": [
14
- "topics"
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",