Update config.json
Browse files- config.json +8 -16
config.json
CHANGED
|
@@ -1,28 +1,20 @@
|
|
| 1 |
{
|
| 2 |
-
"model_name": "slim-
|
| 3 |
-
"model_ft_base": "slim-
|
| 4 |
"quantization": "4Q_K_M GGUF",
|
| 5 |
"model_base": "stabilityai/stablelm-3b-4e1t",
|
| 6 |
"model_type": "stablelm",
|
| 7 |
-
"tokenizer": "llmware/slim-
|
| 8 |
"parameters": "2.7 billion",
|
| 9 |
-
"description": "slim-
|
| 10 |
"prompt_wrapper": "human_bot",
|
| 11 |
-
"prompt_format": "<human> {context_passage} <classify>
|
| 12 |
-
"output_format": "{'
|
| 13 |
"primary_keys": [
|
| 14 |
-
"
|
| 15 |
-
"people",
|
| 16 |
-
"place",
|
| 17 |
-
"organization",
|
| 18 |
-
"misc"
|
| 19 |
],
|
| 20 |
"output_values": [
|
| 21 |
-
"
|
| 22 |
-
"people",
|
| 23 |
-
"place",
|
| 24 |
-
"organization",
|
| 25 |
-
"misc"
|
| 26 |
],
|
| 27 |
"publisher": "llmware",
|
| 28 |
"release_date": "march 2024",
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_name": "slim-xsum-tool",
|
| 3 |
+
"model_ft_base": "slim-xsum",
|
| 4 |
"quantization": "4Q_K_M GGUF",
|
| 5 |
"model_base": "stabilityai/stablelm-3b-4e1t",
|
| 6 |
"model_type": "stablelm",
|
| 7 |
+
"tokenizer": "llmware/slim-xsum",
|
| 8 |
"parameters": "2.7 billion",
|
| 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": [
|
| 14 |
+
"xsum"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
],
|
| 16 |
"output_values": [
|
| 17 |
+
"xsum"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
],
|
| 19 |
"publisher": "llmware",
|
| 20 |
"release_date": "march 2024",
|