doberst commited on
Commit
9b7dd72
·
verified ·
1 Parent(s): 1cdfefd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
- "model_name": "bling-answer-tool",
3
- "model_ft_base": "bling-tiny-llama-1b-v0",
4
  "quantization": "4Q_K_M GGUF",
5
- "model_base": "tiny-llama",
6
- "model_type": "tiny-llama",
7
- "tokenizer": "llmware/bling-tiny-llama-1b-v0",
8
- "parameters": "1.1 billion",
9
- "description": "bling-answer-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}",
13
  "primary_keys": [],
14
  "output_values": [],
15
  "publisher": "llmware",
16
- "release_date": "february 2024",
17
  "test_set": [
18
  {
19
  "query": "What is the total amount of the invoice?",
 
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}",
13
  "primary_keys": [],
14
  "output_values": [],
15
  "publisher": "llmware",
16
+ "release_date": "august 2024",
17
  "test_set": [
18
  {
19
  "query": "What is the total amount of the invoice?",