From ca536954f97bfcf64f2b3a8e196b034faa8d686e Mon Sep 17 00:00:00 2001 From: randaller Date: Thu, 9 Mar 2023 10:53:25 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cec199d..c8e7d4d 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ This will create merged.pth file in the root folder of this repo. Place this file and corresponding (torrentroot)/30B/params.json of model into [/model] folder. -File tokenizer.model should be in [/tokenizer] folder of this repo. Now you are ready to go. +Place (torrentroot)/tokenizer.model file to the [/tokenizer] folder of this repo. Now you are ready to go. ``` -python example-chat.py +python example-chat.py ./model ./tokenizer/tokenizer.model ```