Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ model = PeftModel.from_pretrained(model, PEFT_MODEL)
|
|
44 |
|
45 |
def generate_test_prompt(text):
|
46 |
return f"""Given the following claim:
|
47 |
-
{
|
48 |
pick one of the following option
|
49 |
(a) true
|
50 |
(b) false
|
|
|
44 |
|
45 |
def generate_test_prompt(text):
|
46 |
return f"""Given the following claim:
|
47 |
+
{text}
|
48 |
pick one of the following option
|
49 |
(a) true
|
50 |
(b) false
|