File size: 555 Bytes
f62475f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9003242
 
18e6dc1
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: train
    num_bytes: 10982258961.0
    num_examples: 2320284
  download_size: 2664867981
  dataset_size: 10982258961.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---


An instruction dataset for speech->text and text->speech.

This speech data is tokenized using the SpeechTokenize approach: https://arxiv.org/abs/2308.16692.

You can do standard finetuning on this dataset using any LLM!