Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -26,7 +26,6 @@
|
|
| 26 |
"transformers_version": "4.41.2",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 32000,
|
| 29 |
-
|
| 30 |
"prompt_wrapper": "human_bot",
|
| 31 |
"prompt_format_dict": {"main_start": "<human>: ", "main_stop": "<summarize> {{custom_key}} </summarize>\n", "start_llm_response": "<bot>:"},
|
| 32 |
"tokenizer_local": "tokenizer_tl.json",
|
|
@@ -42,7 +41,7 @@
|
|
| 42 |
"output_format": "{'{custom_key}': [list of values extracted from text aligning to custom key]}",
|
| 43 |
"primary_keys": ["custom_keys"],
|
| 44 |
"output_values": ["range of custom values"],
|
| 45 |
-
"function_call": "summary"
|
| 46 |
"test_params": ["key points"],
|
| 47 |
"test_set": [
|
| 48 |
|
|
|
|
| 26 |
"transformers_version": "4.41.2",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 32000,
|
|
|
|
| 29 |
"prompt_wrapper": "human_bot",
|
| 30 |
"prompt_format_dict": {"main_start": "<human>: ", "main_stop": "<summarize> {{custom_key}} </summarize>\n", "start_llm_response": "<bot>:"},
|
| 31 |
"tokenizer_local": "tokenizer_tl.json",
|
|
|
|
| 41 |
"output_format": "{'{custom_key}': [list of values extracted from text aligning to custom key]}",
|
| 42 |
"primary_keys": ["custom_keys"],
|
| 43 |
"output_values": ["range of custom values"],
|
| 44 |
+
"function_call": "summary",
|
| 45 |
"test_params": ["key points"],
|
| 46 |
"test_set": [
|
| 47 |
|