Update config.json
Browse files- config.json +18 -2
config.json
CHANGED
@@ -26,8 +26,24 @@
|
|
26 |
"transformers_version": "4.41.2",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000,
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
{"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."
|
33 |
},
|
|
|
26 |
"transformers_version": "4.41.2",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000,
|
29 |
+
"prompt_wrapper": "human_bot",
|
30 |
+
"prompt_format_dict": {"main_start": "<human>: ", "main_stop": "<generate> question </generate>\n", "start_llm_response": "<bot>:"},
|
31 |
+
"tokenizer_local": "tokenizer_tl.json",
|
32 |
+
"tokenizer_config": {"bos_id":[1], "bos_token":["<s>"], "eos_id":[2],"eos_token":["</s>"]},
|
33 |
+
"prompt_format": "<human> {context_passage} <generate> {insert-primary-key} </generate>\n<bot>:",
|
34 |
+
"output_format": "{'{question}': [generated question from the text]}",
|
35 |
+
"primary_keys": ["question", "boolean", "multiple choice"],
|
36 |
+
"output_values": ["generated question"],
|
37 |
+
"model_parent": "llmware/slim-q-gen",
|
38 |
+
"description": "Specialized function calling model from llmware - finetuned on tiny-llama - 1.1 parameter base",
|
39 |
+
"quantization": "int4",
|
40 |
+
"model_family": "OVGenerativeModel",
|
41 |
+
"parameters": 1.1,
|
42 |
+
"publisher": "llmware",
|
43 |
+
"release_date": "september 2024",
|
44 |
+
"function_call": "question",
|
45 |
+
"test_params": ["question"],
|
46 |
+
"test_set": [
|
47 |
|
48 |
{"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."
|
49 |
},
|