Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 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 |
-
"output_values": ["
|
| 15 |
"publisher": "llmware",
|
| 16 |
"release_date": "march 2024",
|
| 17 |
"test_set": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_name": "slim-sa-ner-tool",
|
| 3 |
+
"model_ft_base": "slim-sa-ner",
|
| 4 |
"quantization": "4Q_K_M GGUF",
|
| 5 |
"model_base": "stabilityai/stablelm-3b-4e1t",
|
| 6 |
"model_type": "stablelm",
|
| 7 |
+
"tokenizer": "llmware/slim-sa-ner",
|
| 8 |
"parameters": "2.7 billion",
|
| 9 |
+
"description": "slim-sa-ner is a function-calling model, fine-tuned to output structured dictionaries corresponding to sentiment and NER keys",
|
| 10 |
"prompt_wrapper": "human_bot",
|
| 11 |
+
"prompt_format": "<human> {context_passage} <classify> sentiment, people, organization, place </classify>\n<bot>:",
|
| 12 |
+
"output_format": "{dictionary consisting of sentiment, people, organization, and place keys}",
|
| 13 |
+
"primary_keys": ["sentiment, people, organization, place"],
|
| 14 |
+
"output_values": ["each key will have a value consisting of a list"],
|
| 15 |
"publisher": "llmware",
|
| 16 |
"release_date": "march 2024",
|
| 17 |
"test_set": [
|