doberst commited on
Commit
a31f309
·
verified ·
1 Parent(s): 26929de

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -32,11 +32,11 @@
32
  "tokenizer_config": {"bos_id":[1], "bos_token":["<s>"], "eos_id":[2],"eos_token":["</s>"]},
33
  "model_parent": "llmware/slim-extract-tiny",
34
  "quantization": "int4",
35
- "model_family": "OVGenModel",
36
  "parameters": 1.1,
37
  "publisher": "llmware",
38
  "release_date": "september 2024",
39
- "description": "slim-extract is a function-calling model, fine-tuned to output structured dictionaries",
40
  "prompt_format": "<human> {context_passage} <extract> {insert-custom-key} </extract>\n<bot>:",
41
  "output_format": "{'{custom_key}': [list of values extracted from text aligning to custom key]}",
42
  "primary_keys": ["custom_keys"],
 
32
  "tokenizer_config": {"bos_id":[1], "bos_token":["<s>"], "eos_id":[2],"eos_token":["</s>"]},
33
  "model_parent": "llmware/slim-extract-tiny",
34
  "quantization": "int4",
35
+ "model_family": "ONNXGenerativeModel",
36
  "parameters": 1.1,
37
  "publisher": "llmware",
38
  "release_date": "september 2024",
39
+ "description": "slim-extract-tiny is a function-calling model, fine-tuned to output structured dictionaries",
40
  "prompt_format": "<human> {context_passage} <extract> {insert-custom-key} </extract>\n<bot>:",
41
  "output_format": "{'{custom_key}': [list of values extracted from text aligning to custom key]}",
42
  "primary_keys": ["custom_keys"],