Transformers
GGUF
llama
doberst commited on
Commit
c0d3b45
·
verified ·
1 Parent(s): 08b4a41

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -6
config.json CHANGED
@@ -1,15 +1,17 @@
1
  {
2
- "model_name": "slim-sentiment-tool",
 
3
  "quantization": "4Q_K_M GGUF",
4
  "model_base": "tiny-llama",
5
  "model_type": "llama",
 
6
  "parameters": "1.1 billion",
7
- "description": "slim-sentiment is a function-calling model, fine-tuned to output structured json dictionaries generally with one key 'sentiment', and a value consisting of a list, usually with a single string value - positive, negative or neutral",
8
  "prompt_wrapper": "human_bot",
9
- "prompt_format": "<human> {context_passage} <classify> sentiment </classify>\n<bot>:",
10
- "output_format": "{'sentiment': ['positive']}",
11
- "primary_keys": ["sentiment"],
12
- "output_values": ["positive", "negative", "neutral"],
13
  "publisher": "llmware",
14
  "release_date": "february 2024"
15
  }
 
1
  {
2
+ "model_name": "slim-sql-tool",
3
+ "model_ft_base": "slim-sql",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "tiny-llama",
6
  "model_type": "llama",
7
+ "tokenizer": "llmware/slim-sql",
8
  "parameters": "1.1 billion",
9
+ "description": "slim-sql is a function-calling model, fine-tuned to output structured sql queries",
10
  "prompt_wrapper": "human_bot",
11
+ "prompt_format": "<human> {SQL CREATE TABLE STRING} \n {natural language question}\n<bot>:",
12
+ "output_format": "SQL query",
13
+ "primary_keys": ["sql"],
14
+ "output_values": [],
15
  "publisher": "llmware",
16
  "release_date": "february 2024"
17
  }