fix: typo in hallucination reduction stat (#742)

This commit is contained in:
Dhruv Anand 2023-09-29 06:20:32 +05:30 committed by GitHub
parent c3f5e0cd7c
commit f6260a013e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -871,7 +871,7 @@
"### Observations\n", "### Observations\n",
"\n", "\n",
"1. The fine-tuned model is better at saying \"I don't know\"\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", "3. Wrong answers drop from 17% to 6% with fine-tuning\n",
"\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", "**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",