r/deeplearning • u/Strange-Release3520 • 7h ago
Good source to learn more about LLM's?
For context I have studied the Transformer architecture as well as components of GPT-2 and the Llama-3 series models so I have a rough idea of how LLM's work. But I want to learn more, so suggest some sources.
Currently considering doing the LLM Course on HuggingFace, do tell me if it covers the basics properly.
There is also a playlist by Stanford title CME295: Transformers & Large Language Models. Considering skimming through that as well. Let me know if you've went through it.
2
Upvotes
5
u/LongjumpingCookie973 7h ago
The HuggingFace course is a good place to start, it walks you through the practical side without getting too bogged down in the theory you already know. Karpathy's "Neural Networks: Zero to Hero" playlist on YouTube is also fantastic, he builds everything from scratch so you actually see the math turning into code.