dpaul93 commited on
Commit
b6fb1dd
·
verified ·
1 Parent(s): f8f5e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- {data_point["claim"]}.
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