| { | |
| "llm_model": "llm.mnn", | |
| "llm_weight": "llm.mnn.weight", | |
| "backend_type": "cpu", | |
| "thread_num": 4, | |
| "precision": "low", | |
| "memory": "low", | |
| "sampler_type": "penalty", | |
| "penalty": 1.1, | |
| "system_prompt": "Judge whether the Document meets the requirements based on the Query and the Instruct provided. Note that the answer can only be \"yes\" or \"no\".", | |
| "instruct": "<Instruct>: ", | |
| "query": "\n<Query>: ", | |
| "document": "\n<Document>: " | |
| } |