Text Completion Demo


Generation Controls
Controls how many words the AI will predict, may take more time for more words.
Controls how likely the model is to select an unusual word in place of the best option.
Prevents the model from picking very unlikely, unusal words similar to temperature. E.g. A value of 0.9 would mean the model will only sample from the smallest set of words with a probability that sums to 90%.
Reduces the likelihood of a word being chosen if it has already been used in the ouput.
Reduces the likelihood of a word being chosen for each time it appears in the output.
Set words that will stop generations if the model generates them.
Changes take effect on next prediction.