Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
{
|
2 |
-
"model_name": "slim-boolean-
|
3 |
-
"model_ft_base": "slim-boolean",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
-
"model_base": "
|
6 |
-
"model_type": "
|
7 |
-
"tokenizer": "llmware/slim-boolean",
|
8 |
-
"parameters": "
|
9 |
-
"description": "slim-boolean is a function-calling model, fine-tuned to output structured dictionaries with binary boolean answer keys of 'yes' or 'no' with optional (explain) parameter that provides an 'explanation' key",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
"prompt_format": "<human> {context_passage} <boolean> {yes_no_question} (explain) </boolean>\n<bot>:",
|
12 |
"output_format": "{'answer': ['yes'], 'explanation': ['reason for answer']",
|
13 |
"primary_keys": ["answer", "explanation"],
|
14 |
"output_values": ["boolean classification with optional explanation"],
|
15 |
"publisher": "llmware",
|
16 |
-
"release_date": "
|
17 |
"test_set": [
|
18 |
|
19 |
{"context": "The Nasdaq Composite and the S&P 500 each rose for the fifth day in a row Wednesday. The S&P increased by a minuscule 0.08% but was still able to secure a new all-time closing record. The Nasdaq was led by a broader tech rally and finished the day 0.36% higher. The Dow missed out on the day’s rally and was dragged down by declines of more than 2% in Verizon and 3M, which each reported earnings on Tuesday. Netflix, meanwhile, soared after its Tuesday earnings report and finished the day with gains of more than 10%. Follow live market updates.",
|
|
|
1 |
{
|
2 |
+
"model_name": "slim-boolean-phi-3-gguf",
|
3 |
+
"model_ft_base": "slim-boolean-phi-3",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
+
"model_base": "microsoft/phi-3",
|
6 |
+
"model_type": "phi3",
|
7 |
+
"tokenizer": "llmware/slim-boolean-phi-3",
|
8 |
+
"parameters": "3.8 billion",
|
9 |
+
"description": "slim-boolean-phi-3-gguf is a function-calling model, fine-tuned to output structured dictionaries with binary boolean answer keys of 'yes' or 'no' with optional (explain) parameter that provides an 'explanation' key",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
"prompt_format": "<human> {context_passage} <boolean> {yes_no_question} (explain) </boolean>\n<bot>:",
|
12 |
"output_format": "{'answer': ['yes'], 'explanation': ['reason for answer']",
|
13 |
"primary_keys": ["answer", "explanation"],
|
14 |
"output_values": ["boolean classification with optional explanation"],
|
15 |
"publisher": "llmware",
|
16 |
+
"release_date": "august 2024",
|
17 |
"test_set": [
|
18 |
|
19 |
{"context": "The Nasdaq Composite and the S&P 500 each rose for the fifth day in a row Wednesday. The S&P increased by a minuscule 0.08% but was still able to secure a new all-time closing record. The Nasdaq was led by a broader tech rally and finished the day 0.36% higher. The Dow missed out on the day’s rally and was dragged down by declines of more than 2% in Verizon and 3M, which each reported earnings on Tuesday. Netflix, meanwhile, soared after its Tuesday earnings report and finished the day with gains of more than 10%. Follow live market updates.",
|