From e8cfcbfe20e9927f87bab8362aa54fcc57e940a2 Mon Sep 17 00:00:00 2001 From: Shawn Presser Date: Sun, 5 Mar 2023 09:35:49 -0600 Subject: [PATCH] Minor clarity tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6007120..07bb252 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Running random bash scripts generally isn't a good idea, but I'll stake my perso 219G (235164838073 bytes) total. Here are the sizes of the individual files for reference: ```sh +./tokenizer_checklist.chk 50 +./tokenizer.model 499723 ./7B/checklist.chk 100 ./7B/consolidated.00.pth 13476939516 ./7B/params.json 101 @@ -67,8 +69,6 @@ Running random bash scripts generally isn't a good idea, but I'll stake my perso ./65B/consolidated.06.pth 16323959449 ./65B/consolidated.07.pth 16323959449 ./65B/params.json 101 -./tokenizer_checklist.chk 50 -./tokenizer.model 499723 --- total 235164838073 ```