From ca839d6c995f4b1d93420168eac15c1aaf29651b Mon Sep 17 00:00:00 2001 From: vinid Date: Tue, 11 Jun 2024 22:00:31 -0400 Subject: [PATCH] update example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd44c67..7769887 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ evaluation_instruction = f"Here's a question: {question_string}. Evaluate any gi # TextLoss is a natural-language specified loss function that describes how we want to evaluate the reasoning. loss_fn = tg.TextLoss(evaluation_instruction) ``` -> loss: [...] Your step-by-step reasoning is clear and logical, +> :brain: loss: [...] Your step-by-step reasoning is clear and logical, > but it contains a critical flaw in the assumption that drying time is directly proportional > to the number of shirts. [...] @@ -75,7 +75,7 @@ optimizer.step() answer ``` -> answer: It will still take 1 hour to dry 30 shirts under the sun, +> :white_check_mark: answer: It will still take 1 hour to dry 30 shirts under the sun, > assuming they are all laid out properly to receive equal sunlight.