lloyal.node API Reference - v1.0.7
    Preparing search index...

    Interface XtcParams

    XTC (eXclude Top Choices) sampler parameters

    Excludes very high probability tokens to increase output diversity. Useful when model is overly confident and produces repetitive text.

    interface XtcParams {
        probability?: number;
        threshold?: number;
    }
    Index

    Properties

    probability?: number

    Probability of applying XTC (0.0 = disabled, 1.0 = always). Typical: 0.1

    threshold?: number

    Confidence threshold above which tokens are excluded. Typical: 0.1