You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mirostat_tau: The target cross-entropy (or surprise) value you want to achieve for the generated text. A higher value corresponds to more surprising or less predictable text, while a lower value corresponds to less surprising or more predictable text.
1791
1810
mirostat_eta: The learning rate used to update `mu` based on the error between the target and observed surprisal of the sampled word. A larger learning rate will cause `mu` to be updated more quickly, while a smaller learning rate will result in slower updates.
1811
+
xtc-probability: Sets the chance for token removal (checked once on sampler start) (default: 0.0).
1812
+
xtc-threshold: Sets a minimum probability threshold for tokens to be removed (default: 0.1).
1792
1813
model: The name to use for the model in the completion object.
1793
1814
stopping_criteria: A list of stopping criteria to use.
1794
1815
logits_processor: A list of logits processors to use.
mirostat_tau: The target cross-entropy (or surprise) value you want to achieve for the generated text. A higher value corresponds to more surprising or less predictable text, while a lower value corresponds to less surprising or more predictable text.
1888
1913
mirostat_eta: The learning rate used to update `mu` based on the error between the target and observed surprisal of the sampled word. A larger learning rate will cause `mu` to be updated more quickly, while a smaller learning rate will result in slower updates.
1914
+
xtc-probability: Sets the chance for token removal (checked once on sampler start) (default: 0.0). XTC sampler as described in https://github.com/oobabooga/text-generation-webui/pull/6335
1915
+
xtc-threshold: Sets a minimum probability threshold for tokens to be removed (default: 0.1). XTC sampler as described in https://github.com/oobabooga/text-generation-webui/pull/6335
1889
1916
model: The name to use for the model in the completion object.
1890
1917
stopping_criteria: A list of stopping criteria to use.
1891
1918
logits_processor: A list of logits processors to use.
mirostat_tau: The mirostat sampling tau parameter.
1987
2018
mirostat_eta: The mirostat sampling eta parameter.
2019
+
xtc-probability: Sets the chance for token removal (checked once on sampler start) (default: 0.0). XTC sampler as described in https://github.com/oobabooga/text-generation-webui/pull/6335
2020
+
xtc-threshold: Sets a minimum probability threshold for tokens to be removed (default: 0.1).XTC sampler as described in https://github.com/oobabooga/text-generation-webui/pull/6335
1988
2021
model: The name to use for the model in the completion object.
1989
2022
logits_processor: A list of logits processors to use.
0 commit comments