doberst commited on
Commit
750b9c6
1 Parent(s): e884afa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
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",
@@ -9,7 +9,7 @@
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
- "prompt_sample": "<human> That was the best movie I have ever seen. <classify> sentiment </classify>\n<bot>:",
13
  "output_format": "{'sentiment': ['positive']}",
14
  "primary_keys": ["sentiment"],
15
  "output_values": ["positive", "negative", "neutral"],
 
1
  {
2
  "model_name": "slim-sentiment-tool",
3
+ "model_ft_base": "llmware/slim-sentiment",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "tiny-llama",
6
  "tokenizer": "llmware/slim-sentiment",
 
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
+ "prompt_sample": "<human> That was the best news that the company could have ever expected. <classify> sentiment </classify>\n<bot>:",
13
  "output_format": "{'sentiment': ['positive']}",
14
  "primary_keys": ["sentiment"],
15
  "output_values": ["positive", "negative", "neutral"],