Update adapter_config.json
Browse files- adapter_config.json +1 -0
adapter_config.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
"modules_to_save": null,
|
21 |
"peft_type": "LORA",
|
22 |
"r": 32,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
20 |
"modules_to_save": null,
|
21 |
"peft_type": "LORA",
|
22 |
"r": 32,
|
23 |
+
"invocation_string": "<|start_of_role|>rewrite: Reword the final utterance from the USER into a single utterance that doesn't need the prior conversation history to understand the user's intent. If the final utterance is a clear and standalone question, please DO NOT attempt to rewrite it, rather output the last utterance as is. Your output format should be in JSON: { \"rewritten_question\": <REWRITE> }\"<|end_of_role|>",
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|