doberst commited on
Commit
1a781f5
1 Parent(s): 8934dd2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
  "model_name": "slim-emotions-tool",
 
3
  "quantization": "4Q_K_M GGUF",
4
  "model_base": "tiny-llama",
5
  "model_type": "llama",
 
6
  "parameters": "1.1 billion",
7
  "description": "slim-emotions is a function-calling model, fine-tuned to output structured dictionaries",
8
  "prompt_wrapper": "human_bot",
 
1
  {
2
  "model_name": "slim-emotions-tool",
3
+ "model_ft_base": "slim-emotions",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "tiny-llama",
6
  "model_type": "llama",
7
+ "tokenizer": "llmware/slim-emotions",
8
  "parameters": "1.1 billion",
9
  "description": "slim-emotions is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",