doberst commited on
Commit
d8c2fe0
1 Parent(s): f1d9b11

Update config.json

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