Update config.json
Browse files- config.json +8 -6
config.json
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
{
|
2 |
-
"model_name": "slim-
|
|
|
3 |
"quantization": "4Q_K_M GGUF",
|
4 |
"model_base": "tiny-llama",
|
5 |
"model_type": "llama",
|
|
|
6 |
"parameters": "1.1 billion",
|
7 |
-
"description": "slim-
|
8 |
"prompt_wrapper": "human_bot",
|
9 |
-
"prompt_format": "<human> {
|
10 |
-
"output_format": "
|
11 |
-
"primary_keys": ["
|
12 |
-
"output_values": [
|
13 |
"publisher": "llmware",
|
14 |
"release_date": "february 2024"
|
15 |
}
|
|
|
1 |
{
|
2 |
+
"model_name": "slim-sql-tool",
|
3 |
+
"model_ft_base": "slim-sql",
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
"model_base": "tiny-llama",
|
6 |
"model_type": "llama",
|
7 |
+
"tokenizer": "llmware/slim-sql",
|
8 |
"parameters": "1.1 billion",
|
9 |
+
"description": "slim-sql is a function-calling model, fine-tuned to output structured sql queries",
|
10 |
"prompt_wrapper": "human_bot",
|
11 |
+
"prompt_format": "<human> {SQL CREATE TABLE STRING} \n {natural language question}\n<bot>:",
|
12 |
+
"output_format": "SQL query",
|
13 |
+
"primary_keys": ["sql"],
|
14 |
+
"output_values": [],
|
15 |
"publisher": "llmware",
|
16 |
"release_date": "february 2024"
|
17 |
}
|