doberst commited on
Commit
b631e5c
·
verified ·
1 Parent(s): 315c7e2

Update config.json

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