doberst commited on
Commit
b9675aa
1 Parent(s): caf6f8c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "model_name": "slim-extract-phi3-tool",
3
- "model_ft_base": "slim-extract-phi3",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "microsoft/phi3",
6
  "model_type": "phi3",
7
  "tokenizer": "phi3",
8
  "parameters": "3.8 billion",
9
- "description": "slim-extract-phi-3-tool 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]}",
 
1
  {
2
+ "model_name": "slim-extract-phi-3-gguf",
3
+ "model_ft_base": "slim-extract-phi-3",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "microsoft/phi3",
6
  "model_type": "phi3",
7
  "tokenizer": "phi3",
8
  "parameters": "3.8 billion",
9
+ "description": "slim-extract-phi-3-gguf 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]}",