From ea69917df084c240df2ca0af8dad45da6172ba2c Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Sun, 16 Apr 2023 16:52:13 -0600 Subject: [PATCH] Update examples.en.mdx --- pages/introduction/examples.en.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/introduction/examples.en.mdx b/pages/introduction/examples.en.mdx index a5b4c63..ad38809 100644 --- a/pages/introduction/examples.en.mdx +++ b/pages/introduction/examples.en.mdx @@ -151,7 +151,7 @@ Sentiment: Neutral ``` -What is the problem here? As a hint, the made up `nutral` label is completely ignored by the model. Instead, the model outputs `Neutral` as it has some bias towards that label. But let's assume that what we really want is `nutral`. How would you fix this? Maybe you are explain the labels or add more examples to the prompt? If you are not sure, we will discuss a few ideas in the upcoming sections. +What is the problem here? As a hint, the made up `nutral` label is completely ignored by the model. Instead, the model outputs `Neutral` as it has some bias towards that label. But let's assume that what we really want is `nutral`. How would you fix this? Maybe you can try adding descriptions to the labels or add more examples to the prompt? If you are not sure, we will discuss a few ideas in the upcoming sections. ---