diff --git a/README.md b/README.md index aa1633b..0055c68 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Let's say the pile has x chunks (a chunk = ctx_len tokens). pick a prime number p just less than x, and make sure p = 2 (mod 3). -Use (step * step * step) mod p to sample it. +Use (step * step * step) mod p to sample it. Add some bias to step for extra randomness. ## The top-p-x sampling method