fix: typo in hallucination reduction stat (#742)
This commit is contained in:
parent
c3f5e0cd7c
commit
f6260a013e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue