Unverified Commit d03c4c25 authored by Shi Shuai's avatar Shi Shuai Committed by GitHub
Browse files

[docs] Update sampling_params.md (#3617)

parent 8f13377d
......@@ -49,7 +49,7 @@ Please refer to our dedicated guide on [constrained decoding](https://docs.sglan
### Other options
* `n`: ?
* `n`: Specifies the number of output sequences to generate per request. (Generating multiple outputs in one request (n > 1) is discouraged; separate requests offer better control and efficiency.)
* `spaces_between_special_tokens`: Whether or not to add spaces between special tokens during detokenization.
* `no_stop_trim`: Don't trim stop words or EOS token from the generated text.
* `ignore_eos`: Don't stop generation when EOS token is sampled.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment