mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix: typo in hallucination reduction stat (#742)
This commit is contained in:
parent
c3f5e0cd7c
commit
f6260a013e
@ -871,7 +871,7 @@
|
||||
"### Observations\n",
|
||||
"\n",
|
||||
"1. The fine-tuned model is better at saying \"I don't know\"\n",
|
||||
"2. Hallucinations drop from 100% to 0% with fine-tuning\n",
|
||||
"2. Hallucinations drop from 100% to 15% with fine-tuning\n",
|
||||
"3. Wrong answers drop from 17% to 6% with fine-tuning\n",
|
||||
"\n",
|
||||
"**Correct answers also drop from 83% to 60% with fine-tuning** - this is because the fine-tuned model is **more conservative** and says \"I don't know\" more often. This is a good thing because it's better to say \"I don't know\" than to give a wrong answer.\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user