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. ---