Excited to share another fine-tuning video! Check out links to the code, dataset, and model in the description :)
@TonyCerone7 күн бұрын
Thank you @Shaw ! Very good material. Your pedagogy is powerfull 🙂
@ShawhinTalebi7 күн бұрын
Thanks Tony! Glad it was clear :)
@ifycadeau11 күн бұрын
Love this video Shaw!
@pauliusztin11 күн бұрын
Amazing video, Shaw 🤟
@ShawhinTalebi10 күн бұрын
Thanks Paul 😁
@sndrstpnv841911 күн бұрын
very good material thanks for sharing
@ShawhinTalebi11 күн бұрын
Thanks! Glad it was helpful :)
@gustavojuantorena11 күн бұрын
Great!
@pasan-i5e11 күн бұрын
Can you please explain me what actually do you suggest here? Use fine tuned llm instead of just using a llm for output generation ?
@ShawhinTalebi9 күн бұрын
It's always worth exploring non-finetuning-based improvements since these will be relatively quicker to iterate on e.g. improving prompts, chunking strategy, retrieval strategy. However, if further optimizations are needed then fine-tuning can make sense.
@sndrstpnv841911 күн бұрын
can you share code and video for Fine-Tuning Text Embeddings For Domain-specific on openai? or other good quality cloud based LLM (google , aws )? or recent bert model modernbert ?
@ShawhinTalebi11 күн бұрын
Unfortunately, OpenAI doesn’t have their embeddings models available for finetuning. But I’ll take a look at those other options you mentioned 😁
@sndrstpnv841911 күн бұрын
@@ShawhinTalebi you are the best. but you do video for recent bert model modernbert ?
@cynorsense11 күн бұрын
Why only BERT?
@ShawhinTalebi9 күн бұрын
There is a rich ecosystem of BERT-based embedding models and tools to develop them (e.g. the Sentence Transformers lib). One benefit of BERT is that is relatively small so it's easy to experiment with. In principle, however, you can do exactly the same thing with latent representations from more modern LLMs. Happy to do a video on that if there is interest :)
@sndrstpnv841911 күн бұрын
your write w/ Python , but where is link to python code ?
@ShawhinTalebi11 күн бұрын
GitHub repo link (and other resources) in the description! Repo link: github.com/ShawhinT/KZbin-Blog/tree/main/LLMs/fine-tuning-embeddings