File size: 734 Bytes
bb0a108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "model_name": "slim-sentiment-tool",
  "quantization": "4Q_K_M GGUF",
  "model_base": "tiny-llama",
  "model_type": "llama",
  "parameters": "1.1 billion",
  "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",
  "prompt_wrapper": "human_bot",
  "prompt_format": "<human> {context_passage} <classify> sentiment </classify>\n<bot>:",
  "output_format": "{'sentiment': ['positive']}",
  "primary_keys": ["sentiment"],
  "output_values": ["positive", "negative", "neutral"],
  "publisher": "llmware",
  "release_date": "february 2024"
}