From 9c498720b53fcb8ec3eec014fe327f798cadf031 Mon Sep 17 00:00:00 2001 From: eonurk Date: Mon, 8 Apr 2024 15:15:12 +0300 Subject: [PATCH] README add --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..480dcd1 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## Food for Thought + +Isn’t funny how 2-bits seems to be natural evolution for LLMs? Like DNA which consists of 4 letters (A,T,G,C) or operates on 2-bits. In order to run an LLM, all you need is a weight matrix and a run file (e.g. [llama2.c](https://github.com/karpathy/llama2.c)), just like a DNA. + +So, *what is the run.c function for DNA?* + +I think we will learn the answer soon. + +### Questions? Ideas? Wanna Chat? *Join us*. +[![](https://dcbadge.vercel.app/api/server/X7strFxxkz)](https://discord.gg/X7strFxxkz) \ No newline at end of file