Reduce repetition with OpenAI models
Set Presence and Frequency penalties to reduce the tendency of OpenAI models towards repetition.
Term | Definition |
---|---|
Presence penalty | Penalizes new tokens based on whether they appear in the text so far - Higher values encourage the model to use new tokens, that are not penalized. |
Frequency penalty | Penalizes tokens based on their frequency in the text so far - Higher values discourage the model from repeating the same tokens too frequently, as the more they appear in the text, the more penalized they get. |
Token | Tokens can be thought of as pieces of words. During processing, the language model breaks down both the input (prompt) and the output (completion) texts into smaller units called tokens. Tokens generally correspond to ~4 characters of common English text. So 100 tokens are approximately worth 75 words. Learn more with our token guide. |
Prerequisites
In the GPT for Docs sidebar, click Model settings.
Set Presence penalty and Frequency penalty from 0 to 2.
You can now submit a prompt in the current document with the new penalties. Once a prompt is submitted, the Presence penalty and the Frequency penalty are saved along with all Model settings values, and are used for all prompts executed from Google documents.
Select other settings to customize how the language model operates.