Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
{
|
2 |
-
"model_name": "slim-xsum-
|
3 |
-
"model_ft_base": "slim-xsum",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
-
"model_base": "
|
6 |
-
"model_type": "
|
7 |
-
"tokenizer": "llmware/slim-
|
8 |
-
"parameters": "
|
9 |
-
"description": "slim-xsum is a function-calling model, fine-tuned to output structured dictionaries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
"prompt_format": "<human> {context_passage} <classify> xsum </classify>\n<bot>:",
|
12 |
"output_format": "{'xsum': []}",
|
13 |
"primary_keys": ["xsum"],
|
14 |
"output_values": ["Short headline phrase that summarizes text."],
|
15 |
"publisher": "llmware",
|
16 |
-
"release_date": "
|
17 |
"test_set": [
|
18 |
|
19 |
{
|
|
|
1 |
{
|
2 |
+
"model_name": "slim-xsum-phi-3-gguf",
|
3 |
+
"model_ft_base": "slim-xsum-phi-3",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
+
"model_base": "microsoft/phi-3",
|
6 |
+
"model_type": "phi3",
|
7 |
+
"tokenizer": "llmware/slim-phi-3",
|
8 |
+
"parameters": "3.8 billion",
|
9 |
+
"description": "slim-xsum-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} <classify> xsum </classify>\n<bot>:",
|
12 |
"output_format": "{'xsum': []}",
|
13 |
"primary_keys": ["xsum"],
|
14 |
"output_values": ["Short headline phrase that summarizes text."],
|
15 |
"publisher": "llmware",
|
16 |
+
"release_date": "august 2024",
|
17 |
"test_set": [
|
18 |
|
19 |
{
|