📚 Text:
"Let's build GPT" by @karpathy
✏️ Note:
Just started diving into the Transformer architecture.
Today, I implemented a BigramLanguageModel - a simple model predicting the next character from the curr character.
It's very simple, but seeing it output somewhat "plausible" text is a great start.

