slim-nli-tool / config.json
doberst's picture
Upload 3 files
bb0a108 verified
raw
history blame
No virus
734 Bytes
{
"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"
}