From 57d621a78168e19c8cafc1774e85b9a3f44dff3d Mon Sep 17 00:00:00 2001 From: imrayya Date: Fri, 27 Jan 2023 00:21:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76969f1..f1b96c6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The initial use of the model may take longer as it needs to be downloaded to you ## Parameters Explanation -- **Start of the prompt**: As the name, the start of the prompt that the generator should start with +- **Start of the prompt**: As the name suggests, the start of the prompt that the generator should start with - **Temperature**: A higher temperature will produce more diverse results, but with a higher risk of less coherent text - **Top K**: Strategy is to sample from a shortlist of the top K tokens. This approach allows the other high-scoring tokens a chance of being picked. - **Max Length**: the maximum number of tokens for the output of the model