From a57ef238e8e95b73e1030e2c50dee205fd6c1867 Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Fri, 27 Jan 2023 23:53:47 +0100 Subject: [PATCH] Changed inverse prompt function for training --- prompt-learning/prompt_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt-learning/prompt_utils.py b/prompt-learning/prompt_utils.py index cb5061e..c9564ca 100644 --- a/prompt-learning/prompt_utils.py +++ b/prompt-learning/prompt_utils.py @@ -17,7 +17,7 @@ PROMPT_TEMPLATES = { "generate": "belief states: value = $value, slot =" }, "inverse-prompt": { - "training": INVERSE_PROMPTS["i1"], + "training": INVERSE_PROMPTS["i2"], }, "prompt-ensemble": { "training": {