File size: 839 Bytes
70e0636
b5d4996
 
 
 
70e0636
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0a3bf95
 
 
 
 
 
 
 
 
 
 
 
ad11e4d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
language:
- en
task_categories:
- text-generation
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-*
---

# Intro

<!-- Provide a quick summary of the dataset. -->

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.