The Smol Training Playbook: The Secrets to Building World-Class LLMs
1–10 of 20 posts
Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#2Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#3Hugging Face is not just an AI information-sharing website; it’s also a great learning platform for all AI learners. This documentation is one of the most impressive hands-on resources I’ve ever read.
Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#4Hugging Face is not just an AI information-sharing website; it’s also a great learning platform for all AI learners. This documentation is one of the most impressive hands-on resources I’ve ever read.
What others would you recommend that are comparable in quality?
Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#5Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#6Hi, Lewis here (one of the co-authors). Happy to answer any questions people have about the book :)
One of the reasons people build one though is to learn. Most smart folks are quite aware that the reality of pre-training a real LLM is going to involve some head banging against the wall (ie, things don't go smoothly like "building an llm from scratch" book), and they want to go through the process.
Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#7Hugging Face is not just an AI information-sharing website; it’s also a great learning platform for all AI learners. This documentation is one of the most impressive hands-on resources I’ve ever read.
What others would you recommend that are comparable in quality?
Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#8Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#9> Modify one thing at a time
> Change only one variable per ablation while keeping everything else constant. If you change multiple things and performance improves, you won’t know what caused it. Test modifications individually, then combine successful ones and reassess.
This is an unintentional microcosm of what is flawed with the document.
Re: The Smol Training Playbook: The Secrets to Building World-Class LLMs
#10I really like the Hugging Face guys, but... > Modify one thing at a time > Change only one variable per ablation while keeping everything else constant. If you change multiple things and performance improves, you won’t know what caused it. Test modifications individually, then combine successful ones and reassess. This is an unintentional microcosm of what is flawed with the document.