Function consistsOf

  • A template sampler creator for classes of characters.

    Each sample will have the same token logits modified based on the given relevant tokens. So in consistsOf(['a','b']), every sample will have tokens for 'a' and 'b' modified.

    Parameters

    • chars: string[]

    Returns ((model) => ((priorCompletion, endings) => SamplerSelector))

Generated using TypeDoc