doberst commited on
Commit
a4cda8b
1 Parent(s): 2442e03

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -12
config.json CHANGED
@@ -1,19 +1,20 @@
1
  {
2
- "model_name": "slim-extract-tool",
3
- "model_ft_base": "slim-extract",
4
  "quantization": "4Q_K_M GGUF",
5
- "model_base": "stabilityai/stablelm-3b-4e1t",
6
- "model_type": "stablelm",
7
- "tokenizer": "llmware/slim-extract",
8
- "parameters": "2.7 billion",
9
- "description": "slim-extract is a function-calling model, fine-tuned to output structured dictionaries",
 
10
  "prompt_wrapper": "human_bot",
11
- "prompt_format": "<human> {context_passage} <extract> {insert-custom-key} </extract>\n<bot>:",
12
- "output_format": "{'{custom_key}': [list of values extracted from text aligning to custom key]}",
13
- "primary_keys": ["custom_keys"],
14
- "output_values": ["range of custom values"],
15
  "publisher": "llmware",
16
- "release_date": "march 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."
 
1
  {
2
+ "model_name": "slim-q-gen-phi-3-tool",
3
+ "model_ft_base": "slim-q-gen-phi-3",
4
  "quantization": "4Q_K_M GGUF",
5
+ "model_base": "microsoft/Phi-3-mini-4k-instruct",
6
+ "model_type": "phi3",
7
+ "tokenizer": "llmware/slim-q-gen-phi-3",
8
+ "tokenizer_local": "tokenizer_phi3.json",
9
+ "parameters": "3.8 billion",
10
+ "description": "slim-q-gen-phi-3 is a function-calling model, fine-tuned to output structured dictionaries",
11
  "prompt_wrapper": "human_bot",
12
+ "prompt_format": "<human> {context_passage} <generate> {one of supported primary_key} </generate>\n<bot>:",
13
+ "output_format": "{'question': [question generated from the context passage]}",
14
+ "primary_keys": ["question, answer", "boolean", "multiple choice"],
15
+ "output_values": ["question key with list output and wide range of generated outputs in list"],
16
  "publisher": "llmware",
17
+ "release_date": "may 2024",
18
  "test_set": [
19
 
20
  {"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."