fixed wording on nimertes

This commit is contained in:
aethrvmn 2024-08-29 15:47:49 +03:00
parent c9466dc7d3
commit 7d01a544b5

View file

@ -12,7 +12,7 @@ this is the place for my miscalleneous projects. Here you'll find a collection o
#### personal projects
- <a>nyrids</a> is a collection of closed source nlp models I am working on, either for fun (nimertes), research (melite), or work (panope).
- <a>melite</a> : solo research project into neurosymbolic ai using transformers and reinforcement learning methods.
- <a>nimertes</a> : making a foundational llm from scratch in pytorch and then nim, a system's language.
- <a>nimertes</a> : making a transformer from scratch in pytorch and then nim, a system's language.
- <a>panope</a> : a foundational gpt based on the [nanogpt](https://github.com/aethrvmn/nanoGPT) architecture
#### university projects
- [super mario network](smddqn): implementing an agent to autonomously play super mario bros.