ianiket23's picture
Update README.md
ad11e4d verified
|
raw
history blame contribute delete
No virus
824 Bytes
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 10381699
      num_examples: 1000
  download_size: 5565196
  dataset_size: 10381699
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
task_categories:
  - text-generation

Intro

This dataset(1K) 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.