Skip to content

Commit

Permalink
num_sequences -> num_return_sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed Mar 14, 2024
1 parent 35b6400 commit 2219f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Then for each model in the pipeline there is one section, named by the model.

* **_early_stopping_**: Whether to stop the beam search when at least num_beams sentences are finished per batch or not. Defaults to false.

* **_num_sequences_**: The number of sequences to generate. Returns the sequences with the highest scores in order.
* **_num_return_sequences_**: The number of sequences to generate. Returns the sequences with the highest scores in order.

* **_top_k_**: Only includes tokens that do fall within the list of the `K` most probable tokens. Range is 1 to the vocabulary size.

Expand Down

0 comments on commit 2219f02

Please sign in to comment.