Skip to content

Commit

Permalink
fix: typo at configuration_hyperparameters.md (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
FMGordillo authored Jan 27, 2024
1 parent a262685 commit 1289b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basics/configuration_hyperparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import Pres from '@site/docs/assets/basics/openai_presence_penalty.webp';

<div className="flex flex-col sm:flex-row justify-between">
<div>
The presence penalty is similar to the frequency penalty, but flatly penalizes tokens based on if they have ocurred or not, instead of proportionally.
The presence penalty is similar to the frequency penalty, but flatly penalizes tokens based on if they have occurred or not, instead of proportionally.
</div>
<div className="mt-4 sm:mt-0 sm:ml-auto">
<img src={Pres} className="img-docs w-20 sm:w-auto" />
Expand All @@ -182,4 +182,4 @@ In conclusion, mastering settings like temperature, top p, maximum length and ot
Partly written by jackdickens382 and evintunador

[^a]: A more technical word is "configuration hyperparameters"
[^b]: Also known as Nucleus Sampling
[^b]: Also known as Nucleus Sampling

1 comment on commit 1289b0d

@vercel
Copy link

@vercel vercel bot commented on 1289b0d Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

learn-prompting – ./

learn-prompting-trigaten.vercel.app
learn-prompting.vercel.app
learn-prompting-git-main-trigaten.vercel.app

Please sign in to comment.