Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ForkInABlender authored Aug 26, 2023
1 parent e2c7ad1 commit 88198b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pybrain3_imitate_gpt

Welcome AI Engineers, Developers, and fellow inquisitors.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is an attempt to imitate gpt-3 &amp; 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.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is an attempt to imitate gpt-3 &amp; 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.

0 comments on commit 88198b6

Please sign in to comment.