Get the latest tech news
NotebookLlama: An open source version of NotebookLM
Scripts for fine-tuning Meta Llama with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization and Q&A...
It assumes zero knowledge of LLMs, prompting and audio models, everything is covered in their respective notebooks. This notebook takes the transcript from earlier and prompts Llama-3.1-8B-Instruct to add more dramatization and interruptions in the conversations. There is also a key factor here: we return a tuple of conversation which makes our lives easier later.
Or read this on Hacker News