From 2efc197c8fe8956c5d5e2cbe5fd7dae458c65541 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Fri, 28 Jul 2023 04:36:53 +0000 Subject: [PATCH] oops readme smallfix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e39b653..47167cb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This still runs at interactive rates and samples more coherent and diverse stori You can also prompt the model with a prefix (sadly, because this is currently done via positional arguments, you also have to specify temperature 1.0 and 256 steps, before you enter the prompt): ```bash -./run out3/model.bin 1.0 256 "One day, Lily met a Shoggoth" +./run stories42M.bin 1.0 256 "One day, Lily met a Shoggoth" ``` > One day, Lily met a Shoggoth. He was very shy, but was also very generous. Lily said “Hello Shoggy! Can I be your friend?” Shoggy was happy to have a friend and said “Yes, let’s explore the universe together!” So they set off on a journey to explore the universe. As they travelled, Shoggy was happy to explain to Lily about all the wonderful things in the universe. At the end of the day, Lily and Shoggy had gathered lots of wonderful things from the universe, and they both felt very proud. They promised to explore the universe as one big pair and to never stop being generous to each other.