Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
{
|
2 |
-
"model_name": "bling-phi-3-gguf",
|
3 |
-
"model_ft_base": "bling-phi-3",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
-
"model_base": "phi-3",
|
6 |
-
"model_type": "phi-3",
|
7 |
-
"tokenizer": "llmware/bling-phi-3",
|
8 |
"parameters": "3.8 billion",
|
9 |
-
"description": "bling-phi-3-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}",
|
13 |
"primary_keys": [],
|
14 |
"output_values": [],
|
15 |
"publisher": "llmware",
|
16 |
-
"release_date": "
|
17 |
"test_set": [
|
18 |
{
|
19 |
"query": "What is the total amount of the invoice?",
|
|
|
1 |
{
|
2 |
+
"model_name": "bling-phi-3.5-gguf",
|
3 |
+
"model_ft_base": "bling-phi-3.5",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
+
"model_base": "phi-3.5",
|
6 |
+
"model_type": "phi-3.5",
|
7 |
+
"tokenizer": "llmware/bling-phi-3.5",
|
8 |
"parameters": "3.8 billion",
|
9 |
+
"description": "bling-phi-3.5-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}",
|
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?",
|