Transformers
GGUF
stablelm
doberst113080 commited on
Commit
f24faa0
·
verified ·
1 Parent(s): 2b04945

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -16
config.json CHANGED
@@ -1,28 +1,20 @@
1
  {
2
- "model_name": "slim-sa-ner-3b-tool",
3
- "model_ft_base": "slim-sa-ner-3b",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "stabilityai/stablelm-3b-4e1t",
6
  "model_type": "stablelm",
7
- "tokenizer": "llmware/slim-sa-ner-3b",
8
  "parameters": "2.7 billion",
9
- "description": "slim-sa-ner-3b is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
- "prompt_format": "<human> {context_passage} <classify> sentiment, people, place, organization, misc </classify>\n<bot>:",
12
- "output_format": "{'sentiment': [], 'people': [], 'place': [], 'organization': [], 'misc':[]}",
13
  "primary_keys": [
14
- "sentiment",
15
- "people",
16
- "place",
17
- "organization",
18
- "misc"
19
  ],
20
  "output_values": [
21
- "sentiment",
22
- "people",
23
- "place",
24
- "organization",
25
- "misc"
26
  ],
27
  "publisher": "llmware",
28
  "release_date": "march 2024",
 
1
  {
2
+ "model_name": "slim-xsum-tool",
3
+ "model_ft_base": "slim-xsum",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "stabilityai/stablelm-3b-4e1t",
6
  "model_type": "stablelm",
7
+ "tokenizer": "llmware/slim-xsum",
8
  "parameters": "2.7 billion",
9
+ "description": "slim-xsum is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
+ "prompt_format": "<human> {context_passage} <classify> xsum </classify>\n<bot>:",
12
+ "output_format": "{'xsum': []}",
13
  "primary_keys": [
14
+ "xsum"
 
 
 
 
15
  ],
16
  "output_values": [
17
+ "xsum"
 
 
 
 
18
  ],
19
  "publisher": "llmware",
20
  "release_date": "march 2024",