topK property
Optional. For Top-k sampling.
Top-k sampling considers the set of top_k most probable tokens.
This value specifies default to be used by the backend while making the
call to the model.
This value specifies default to be the one used by the base model while creating the model.
Implementation
final int? topK;