Train an LLM from Scratch in a Single Python Notebook
Educational implementation of a small GPT model from scratch in a single Jupyter Notebook - kevinpdev/gpt-from-scratch... (more…)
Read more »
So here’s the thing – I’m relatively good at Python. I somewhat know Ruby.
Not good enough to write something complex, but enough to understand
that it’s “a bit” different from Python. Yet both of the languages
have similar syntaxes, which made me think w… Read more