doberst113080 commited on
Commit
a5ecb0b
1 Parent(s): 2afbcf0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
- "model_name": "slim-extract-tool",
3
- "model_ft_base": "slim-extract",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "stabilityai/stablelm-3b-4e1t",
6
  "model_type": "stablelm",
7
- "tokenizer": "llmware/slim-extract",
8
  "parameters": "2.7 billion",
9
- "description": "slim-extract is a function-calling model, fine-tuned to output structured dictionaries corresponding to a custom extraction key",
10
  "prompt_wrapper": "human_bot",
11
- "prompt_format": "<human> {context_passage} <classify> {custom extraction key} </classify>\n<bot>:",
12
- "output_format": "{custom_extraction_key: ['list of items found in the text corresponding to key']}",
13
- "primary_keys": ["any custom key provided"],
14
- "output_values": ["dictionary with custom_key and value consisting of list of extracted values"],
15
  "publisher": "llmware",
16
  "release_date": "march 2024",
17
  "test_set": [
 
1
  {
2
+ "model_name": "slim-sa-ner-tool",
3
+ "model_ft_base": "slim-sa-ner",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "stabilityai/stablelm-3b-4e1t",
6
  "model_type": "stablelm",
7
+ "tokenizer": "llmware/slim-sa-ner",
8
  "parameters": "2.7 billion",
9
+ "description": "slim-sa-ner is a function-calling model, fine-tuned to output structured dictionaries corresponding to sentiment and NER keys",
10
  "prompt_wrapper": "human_bot",
11
+ "prompt_format": "<human> {context_passage} <classify> sentiment, people, organization, place </classify>\n<bot>:",
12
+ "output_format": "{dictionary consisting of sentiment, people, organization, and place keys}",
13
+ "primary_keys": ["sentiment, people, organization, place"],
14
+ "output_values": ["each key will have a value consisting of a list"],
15
  "publisher": "llmware",
16
  "release_date": "march 2024",
17
  "test_set": [