Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
"model_name": "dragon-yi-tool",
|
3 |
-
"model_ft_base": "dragon-yi",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
-
"model_base": "
|
6 |
-
"model_type": "
|
7 |
-
"tokenizer": "llmware/dragon-yi",
|
8 |
-
"parameters": "
|
9 |
-
"description": "dragon-yi is a
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
-
"prompt_format": "<human> {context_passage}
|
12 |
"output_format": "{text}",
|
13 |
"primary_keys": [],
|
14 |
"output_values": [],
|
|
|
1 |
{
|
2 |
"model_name": "dragon-yi-tool",
|
3 |
+
"model_ft_base": "llmware/dragon-yi-6b-v0",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
+
"model_base": "Yi",
|
6 |
+
"model_type": "Yi",
|
7 |
+
"tokenizer": "llmware/dragon-yi-6b-v0",
|
8 |
+
"parameters": "6 billion",
|
9 |
+
"description": "dragon-yi is a fact-based question answering model, optimized for complex business documents.",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
+
"prompt_format": "<human> {context_passage} \n {question} \n<bot>: ",
|
12 |
"output_format": "{text}",
|
13 |
"primary_keys": [],
|
14 |
"output_values": [],
|