Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"model_name": "slim-extract-
|
| 3 |
-
"model_ft_base": "slim-extract-
|
| 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-
|
| 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]}",
|