--- language: - en dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 44928134 num_examples: 5000 download_size: 24185163 dataset_size: 44928134 configs: - config_name: default data_files: - split: train path: data/train-* --- # Intro This dataset (5K) formats an existing podcast dataset (64bits/lex_fridman_podcast_for_llm_vicuna) for llama 3 chat model fine tuning. It represents a compilation of audio-to-text transcripts from the Lex Fridman Podcast. The Lex Fridman Podcast, hosted by AI researcher at MIT, Lex Fridman. ## Problems There might be some minor issues during the transcribe phase. ## Next Step Use whisper to directly load the podcast and transcribe it in this format.