doberst commited on
Commit
aa843f2
·
verified ·
1 Parent(s): ea6a4b4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "model_name": "slim-emotions-ov",
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",
@@ -16,13 +16,13 @@
16
  "emotion2"
17
  ],
18
  "prompt_sample": "<human> That was the best news that the company could have ever expected. <classify> emotions </classify>\n<bot>:",
19
- "prompt_format_dict": {"main_start": "<human>: ", "main_stop": "<classify> sentiment </classify>\n", "start_llm_response": "<bot>:"},
20
  "tokenizer_local": "tokenizer_tl.json",
21
  "tokenizer_config": {"bos_id":[1], "bos_token":["<s>"], "eos_id":[2],"eos_token":["</s>"]},
22
  "model_parent": "llmware/slim-emotions",
23
  "description": "Emotions function calling model from llmware - finetuned on tiny-llama - 1.1 parameter base",
24
  "quantization": "int4",
25
- "model_family": "OVGenModel",
26
  "parameters": 1.1,
27
  "logit_token_markers": [1066, 22198, 17821],
28
  "publisher": "llmware",
 
1
  {
2
+ "model_name": "slim-emotions-onnx",
3
  "model_ft_base": "slim-emotions",
4
+ "quantization": "int4",
5
  "model_base": "tiny-llama",
6
  "model_type": "llama",
7
  "tokenizer": "llmware/slim-emotions",
 
16
  "emotion2"
17
  ],
18
  "prompt_sample": "<human> That was the best news that the company could have ever expected. <classify> emotions </classify>\n<bot>:",
19
+ "prompt_format_dict": {"main_start": "<human>: ", "main_stop": "<classify> emotions </classify>\n", "start_llm_response": "<bot>:"},
20
  "tokenizer_local": "tokenizer_tl.json",
21
  "tokenizer_config": {"bos_id":[1], "bos_token":["<s>"], "eos_id":[2],"eos_token":["</s>"]},
22
  "model_parent": "llmware/slim-emotions",
23
  "description": "Emotions function calling model from llmware - finetuned on tiny-llama - 1.1 parameter base",
24
  "quantization": "int4",
25
+ "model_family": "ONNXGenerativeModel",
26
  "parameters": 1.1,
27
  "logit_token_markers": [1066, 22198, 17821],
28
  "publisher": "llmware",