Transformers
GGUF
yi
doberst commited on
Commit
cabec39
·
verified ·
1 Parent(s): f698faf

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-qwen-nano-tool",
3
- "model_ft_base": "bling-qwen-nano",
4
  "quantization": "4Q_K_M GGUF",
5
- "model_base": "qwen2",
6
- "model_type": "qwen2",
7
- "tokenizer": "qwen",
8
- "parameters": "0.5 billion",
9
- "description": "bling-qwen-nano-tool 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-yi-9b-gguf",
3
+ "model_ft_base": "dragon-yi-9b",
4
  "quantization": "4Q_K_M GGUF",
5
+ "model_base": "yi-v1.5",
6
+ "model_type": "yi",
7
+ "tokenizer": "yi",
8
+ "parameters": "8.8 billion",
9
+ "description": "dragon-yi-9b-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}",