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.