Update app.py
Browse files
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)
|