{busy ? 'Generating baseline…' : $baseline.result ? 'Regenerate baseline' : 'Generate baseline'}
(showAdvanced = !showAdvanced)}> {showAdvanced ? 'Hide' : 'Advanced'} settings
{#if $modelPhase !== 'ready'}
Load the model first.
{:else if !$baseline.result && !busy}
The baseline is the control every watermark is compared against.
{/if}
{#if showAdvanced}
Sampling (shared by every run)
temperature
top-p
max new tokens
base RNG seed
Algorithm parameters (also editable inside each stage)
Kirchenbauer γ
Kirchenbauer δ
k-SemStamp margin
k-SemStamp max trials
TextSeal context k
TextSeal α
{/if}