Skip to content

Commit

Permalink
README wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Sep 22, 2024
1 parent 126be11 commit 2f046a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ To solve the task, we cycle through the following three steps:
2. Evaluation
3. Critique (human in the loop)

(Under the hood a LlamaIndex `Workflow` implements these three `steps`.)

Step 1. makes use of an LLM to produce the Prediction whereas Step 2. is
deterministic and is a mere comparison between the ground truth test output and
the Prediction. If the Prediction doesn't match the ground truth grid, then Step 3.
Expand Down

0 comments on commit 2f046a9

Please sign in to comment.