Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
61–70 of 111 posts
Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#62Earlier quoted context omitted.
I gave up and moved to lambdalabs, then they ran out of quota across the board, and now I use a combination of Vast, and Coreweave today.
b-but you work for- why wouldn't they... you know what, never mind.
Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#63I am a simple man. I see a video post by karpathy, I upvote and watch. I discovered Andrej very recently and I am a huge fan. Kudos to this whole effort! Two ideas -- 1. While these explainers are outstanding -- I can think of supplementary material/presentation that can nicely complement these explanations if they are presented visually. Especially the concepts of multidimensional tensors. Something like what 3B1B (…
There's also a loose group of people already doing the visual learners "explainers" thing over here: https://explorabl.es/ (you can scroll down for links to tools they use to make their explainers).
But yes, I also feel this is an important development and that this should be an ongoing way of teaching people things. Formal education has IMO stalled out around the printing press but there are massive opportunities on computers (and especially on globally networked computers) to take that a step further and leverage the capabilities of computers to make education even more engaging and information-dense.
Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#64I had the please of working under Andrej a few years ago. It was very interesting the problems we were solving until this other guy that is a billionaire would throw a wrench (and fits) into the whole thing.
Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#65I am a simple man. I see a video post by karpathy, I upvote and watch. I discovered Andrej very recently and I am a huge fan. Kudos to this whole effort! Two ideas -- 1. While these explainers are outstanding -- I can think of supplementary material/presentation that can nicely complement these explanations if they are presented visually. Especially the concepts of multidimensional tensors. Something like what 3B1B (…
Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#66Earlier quoted context omitted.
He's building the model from scratch, as the title suggests. He only trains a small model with 10M parameters on it, something that is feasible with a single GPU. In comparison, GPT-3 has 175B parameters. > wondering like how hard is it to actually replicate what openAI has done if you had the money to pay for the training? It would most certainly be possible for another company to build something very similar (model…
Does the time to train the model increase linearly with the number of parameters, or exponentially? In other words, GPT-3 is 17,500X the number of parameters but does that mean you can train it in 17,500X the amount of time it takes to train the 10M param model?
IIRC OpenAI used a million times more data to train GPT3 than karpathy used in this video, so a naive estimate would be that it would take about 20 billion times more compute. This is could be a significant overestimate since Karpathy probably used each bit of the training set more times than openAI did.
Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#67I might be too new to this area -- but is this actually explaining how to create like a small version of the actual trained model -- not like "using the trained model for X"? like I can imagine in the future people won't start from pure scratch, there will be building blocks that everybody starts from, but mostly just wondering like how hard is it to actually replicate what openAI has done if you had the money to pay…
Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#68Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#69Re: Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]
#70Earlier quoted context omitted.
Same, but I would honestly rather we get away from silicon or anything resembling what we call these "computers" these days. Things are too complicated and we need to truly get back to the basics: rocks on a hill.
Abacus-driven deep learning with trained monkeys flipping gradients.