Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -31,8 +31,8 @@
|
|
31 |
"prompt_format_dict": {"main_start": "<human>: ", "main_stop": "\n", "start_llm_response": "<bot>:"},
|
32 |
"tokenizer_local": "tokenizer_yi.json",
|
33 |
"tokenizer_config": {"bos_id":[1], "bos_token":["<|startoftext|>"], "eos_id":[2,7],"eos_token":["<|endoftext|>"]},
|
34 |
-
"model_parent": "llmware/dragon-yi-6b
|
35 |
-
"description": "Fact-based question-answering model from llmware - finetuned on yi-v1 6b parameter base",
|
36 |
"quantization": "int4",
|
37 |
"model_family": "OVGenerativeModel",
|
38 |
"parameters": 6.0,
|
|
|
31 |
"prompt_format_dict": {"main_start": "<human>: ", "main_stop": "\n", "start_llm_response": "<bot>:"},
|
32 |
"tokenizer_local": "tokenizer_yi.json",
|
33 |
"tokenizer_config": {"bos_id":[1], "bos_token":["<|startoftext|>"], "eos_id":[2,7],"eos_token":["<|endoftext|>"]},
|
34 |
+
"model_parent": "llmware/dragon-yi-1.5v-6b",
|
35 |
+
"description": "Fact-based question-answering model from llmware - finetuned on yi-v1.5 6b parameter base",
|
36 |
"quantization": "int4",
|
37 |
"model_family": "OVGenerativeModel",
|
38 |
"parameters": 6.0,
|