From bba2695c98b3cb310ded7ee1c662ba1ea6aaa237 Mon Sep 17 00:00:00 2001 From: Richard Keller <88682223+rbk-ncr@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:09:10 -0600 Subject: [PATCH] Update techniques_to_improve_reliability.md --- techniques_to_improve_reliability.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/techniques_to_improve_reliability.md b/techniques_to_improve_reliability.md index 979b4118..8bbbb6e3 100644 --- a/techniques_to_improve_reliability.md +++ b/techniques_to_improve_reliability.md @@ -18,11 +18,7 @@ As an example, if you ask `text-davinci-002` the following math problem about ju ```text-davinci-002 Q: A juggler has 16 balls. Half of the balls are golf balls and half of the golf balls are blue. How many blue golf balls are there? -A: -``` - -```text-davinci-002 -There are 8 blue golf balls. +A: There are 8 blue golf balls. ``` Does this mean that GPT-3 cannot do simple math problems? No; in fact, it turns out that by prompting the model with `Let's think step by step`, the model solves the problem reliably: