tboen1 commited on
Commit
b044764
·
verified ·
1 Parent(s): 21fe863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ evaluation_instruction = (f"Here's a question: {question_string}. "
31
  "be smart, logical, and very critical. "
32
  "Just provide concise feedback.")
33
 
34
-
35
  # TextLoss is a natural-language specified loss function that describes
36
  # how we want to evaluate the reasoning.
37
  loss_fn = tg.TextLoss(evaluation_instruction)
 
31
  "be smart, logical, and very critical. "
32
  "Just provide concise feedback.")
33
 
 
34
  # TextLoss is a natural-language specified loss function that describes
35
  # how we want to evaluate the reasoning.
36
  loss_fn = tg.TextLoss(evaluation_instruction)