Skip to content

Commit

Permalink
add newline at the end of samplers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfiffer committed Sep 11, 2024
1 parent 46b0333 commit db1ed5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/samplers.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ Here's a table comparing the different samplers:
| Multinomial | Balances exploration and exploitation | Results may vary between runs | General-purpose text generation, creative tasks |
| Beam Search | Can find globally better sequences | More computationally expensive | When sequence quality is critical, e.g., translation |

For most use cases, we recommend using the default [multinomial sampler](#multinomial-sampling).
For most use cases, we recommend using the default [multinomial sampler](#multinomial-sampling).

0 comments on commit db1ed5e

Please sign in to comment.