Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
-
"model_name": "slim-
|
3 |
-
"model_ft_base": "slim-
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
-
"model_base": "
|
6 |
-
"model_type": "
|
7 |
-
"tokenizer": "llmware/slim-
|
8 |
-
"tokenizer_local": "
|
9 |
-
"parameters": "
|
10 |
-
"description": "slim-
|
11 |
"prompt_wrapper": "human_bot",
|
12 |
"prompt_format": "<human> {context_passage} <generate> {one of supported primary_key} </generate>\n<bot>:",
|
13 |
-
"output_format": "{'question': [question generated from the context passage]}",
|
14 |
"primary_keys": ["question, answer", "boolean", "multiple choice"],
|
15 |
-
"output_values": ["
|
16 |
"publisher": "llmware",
|
17 |
"release_date": "may 2024",
|
18 |
"test_set": [
|
|
|
1 |
{
|
2 |
+
"model_name": "slim-qa-gen-tiny-tool",
|
3 |
+
"model_ft_base": "slim-qa-gen-tiny",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
+
"model_base": "tinyllama-1.1b-base-3T",
|
6 |
+
"model_type": "llama",
|
7 |
+
"tokenizer": "llmware/slim-qa-gen-tiny",
|
8 |
+
"tokenizer_local": "tokenizer_tl.json",
|
9 |
+
"parameters": "1.1 billion",
|
10 |
+
"description": "slim-qa-gen-tiny is a function-calling model, fine-tuned to output structured dictionaries",
|
11 |
"prompt_wrapper": "human_bot",
|
12 |
"prompt_format": "<human> {context_passage} <generate> {one of supported primary_key} </generate>\n<bot>:",
|
13 |
+
"output_format": "{'question': ['question generated from the context passage'], 'answer': ['answer to question']}",
|
14 |
"primary_keys": ["question, answer", "boolean", "multiple choice"],
|
15 |
+
"output_values": ["generates a custom question and answer"],
|
16 |
"publisher": "llmware",
|
17 |
"release_date": "may 2024",
|
18 |
"test_set": [
|