mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Update techniques_to_improve_reliability.md
This commit is contained in:
parent
12e5e3ec69
commit
bba2695c98
@ -18,11 +18,7 @@ As an example, if you ask `text-davinci-002` the following math problem about ju
|
|||||||
|
|
||||||
```text-davinci-002
|
```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?
|
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:
|
A: There are 8 blue golf balls.
|
||||||
```
|
|
||||||
|
|
||||||
```text-davinci-002
|
|
||||||
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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user