From d4e196e6b43c0b1455874f0b89f64c1761b23d3d Mon Sep 17 00:00:00 2001 From: randaller Date: Sat, 11 Mar 2023 14:30:15 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef46499..94c231b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ python example-chat.py ./model ./tokenizer/tokenizer.model **Samplers** -By default, Meta provided us with top_p sampler only. Again, Shawn added an alternative top_k sampler, which (in my tests) performs pretty well. If you wish to switch to top_k sampler, use the following parameters: +By default, Meta provided us with top_p sampler only. Again, Shawn added an alternate top_k sampler, which (in my tests) performs pretty well. If you wish to switch to top_k sampler, use the following parameters: ``` top_p: float = 0.0,