Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"model_name": "slim-emotions-
|
3 |
"model_ft_base": "slim-emotions",
|
4 |
-
"quantization": "
|
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>
|
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": "
|
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",
|