mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
single char ` addition
This commit is contained in:
parent
659bd67fec
commit
37f955dd14
@ -125,7 +125,7 @@ Options:
|
||||
## MAX_TOP_N_TOKENS
|
||||
```shell
|
||||
--max-top-n-tokens <MAX_TOP_N_TOKENS>
|
||||
This is the maximum allowed value for clients to set `top_n_tokens`. `top_n_tokens is used to return information about the the `n` most likely tokens at each generation step, instead of just the sampled token. This information can be used for downstream tasks like for classification or ranking
|
||||
This is the maximum allowed value for clients to set `top_n_tokens`. `top_n_tokens` is used to return information about the the `n` most likely tokens at each generation step, instead of just the sampled token. This information can be used for downstream tasks like for classification or ranking
|
||||
|
||||
[env: MAX_TOP_N_TOKENS=]
|
||||
[default: 5]
|
||||
|
Loading…
Reference in New Issue
Block a user