From 7d01a544b5a1ad3d88a817dad59847ca682dd0a8 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Thu, 29 Aug 2024 15:47:49 +0300 Subject: [PATCH] fixed wording on nimertes --- content/misc/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/misc/_index.md b/content/misc/_index.md index 5fe499c..2d44101 100644 --- a/content/misc/_index.md +++ b/content/misc/_index.md @@ -12,7 +12,7 @@ this is the place for my miscalleneous projects. Here you'll find a collection o #### personal projects - nyrids is a collection of closed source nlp models I am working on, either for fun (nimertes), research (melite), or work (panope). - melite : solo research project into neurosymbolic ai using transformers and reinforcement learning methods. - - nimertes : making a foundational llm from scratch in pytorch and then nim, a system's language. + - nimertes : making a transformer from scratch in pytorch and then nim, a system's language. - panope : 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.