doberst commited on
Commit
0e2fd8e
·
verified ·
1 Parent(s): 57d5741

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "model_name": "dragon-mistral-tool",
3
- "model_ft_base": "dragon-mistral",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "mistral",
6
  "model_type": "mistral",
7
- "tokenizer": "llmware/dragon-mistral",
8
  "parameters": "7 billion",
9
- "description": "dragon-mistral is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
- "prompt_format": "<human> {context_passage} <classify> category, intent </classify>\n<bot>:",
12
  "output_format": "{text}",
13
  "primary_keys": [],
14
  "output_values": [],
 
1
  {
2
  "model_name": "dragon-mistral-tool",
3
+ "model_ft_base": "llmware/dragon-mistral-7b-v0",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "mistral",
6
  "model_type": "mistral",
7
+ "tokenizer": "llmware/dragon-mistral-7b-v0",
8
  "parameters": "7 billion",
9
+ "description": "dragon-mistral 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": [],