From 106e3269937f73fcdad38a8216670d67ccae021a Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Tue, 3 Jun 2025 15:16:28 +0300 Subject: [PATCH] More README --- examples/main/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/main/README.md b/examples/main/README.md index 0bd55971..dd627456 100644 --- a/examples/main/README.md +++ b/examples/main/README.md @@ -242,8 +242,9 @@ Example usage: `--mirostat 2 --mirostat-lr 0.05 --mirostat-ent 3.0` ### XTC Sampling (Exclude Top Choices) The function of this sampler is conrolled by `--xtc-probability` and `--xtc-threshold`. `--xtc-probability` takes values between -0 and 0.5 (<0 or >0.5 turns this sampler off) and defines the probability for randomly invoking the sampler. `--xtc-threshold` +0 and 1 (<=0 turns this sampler off) and defines the probability for randomly invoking the sampler. `--xtc-threshold` defines the token probability threshold. Tokens with probability greater than this threshold will be excluded from the sampling. +The sampler is turned off for `threshold > 0.5`. - --xtc-probability p: xtc probability (default: 0.0 => disabled) - --xtc-threshold t : xtc threshold (default: 1.0 => disabled)