doberst commited on
Commit
14796a6
1 Parent(s): fe683eb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "model_name": "bling-phi-2-gguf",
3
- "model_ft_base": "bling-phi-2",
4
  "quantization": "4Q_K_M GGUF",
5
- "model_base": "phi-2",
6
- "model_type": "phi-2",
7
- "tokenizer": "llmware/bling-phi-2",
8
- "parameters": "2.7 billion",
9
- "description": "bling-phi-2-gguf is a quantized fact-based question answering model optimized for inference",
10
  "prompt_wrapper": "human_bot",
11
  "prompt_format": "<human>: {context_passage} \n {question} \n<bot>:",
12
  "output_format": "{text}",
 
1
  {
2
+ "model_name": "dragon-qwen-7b-gguf",
3
+ "model_ft_base": "dragon-qwen-7b",
4
  "quantization": "4Q_K_M GGUF",
5
+ "model_base": "qwen",
6
+ "model_type": "qwen",
7
+ "tokenizer": "qwen",
8
+ "parameters": "7 billion",
9
+ "description": "dragon-qwen-7b-gguf is a quantized fact-based question answering model optimized for inference",
10
  "prompt_wrapper": "human_bot",
11
  "prompt_format": "<human>: {context_passage} \n {question} \n<bot>:",
12
  "output_format": "{text}",