From 88198b6bfc7042adea532c3c048b6bf9dd9c0f8f Mon Sep 17 00:00:00 2001 From: ForkInABlender <92487561+ForkInABlender@users.noreply.github.com> Date: Sat, 26 Aug 2023 13:45:25 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bff00e..06c59eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # pybrain3_imitate_gpt Welcome AI Engineers, Developers, and fellow inquisitors. -
       This is an attempt to imitate gpt-3 & gpt-4 using pybrain, numpy, and the like. The closer one gets, the better. In this case, it is meant to imitate the token parsing & eventually the functionality of gpt-3 & gpt-4. The rest comes down to implementation, clever design, and maybe some elbow grease. Currently what is available in this repository is a way to imitate the gpt-3 & gpt-4 architecture. This is meant to be able to run on all devices that can run python. +
       This is an attempt to imitate gpt-3 & gpt-4 using pybrain, numpy, and the like. The closer one gets, the better. In this case, it is meant to imitate the token parsing & eventually the functionality of gpt-3 & gpt-4. The rest comes down to implementation, clever design, and maybe some elbow grease. Currently what is available in this repository is a way to imitate the gpt-3 & gpt-4 architecture. This is meant to be able to run on all devices that can run python. Beyond that, use & train with caution.