File size: 847 Bytes
731a385
 
 
 
 
4d71cc3
731a385
 
 
 
 
d1a160d
 
da2a38a
 
 
 
 
731a385
 
 
 
 
da2a38a
 
731a385
d802f6d
401481c
802cbd9
401481c
e8284a7
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: units
    sequence: int32
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1024480710
    num_examples: 611368
  - name: dev
    num_bytes: 41381739
    num_examples: 29459
  download_size: 400198126
  dataset_size: 1065862449
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
---
# Discrete Speech Units Dataset

This dataset contains discrete speech unit representations with various augmentations.

## Dataset Structure
- 128 total examples

## Columns
- `id`: Sample identifier
- `tokens`: Discrete speech unit tokens
- `text`: Transcription text
- `augmentation`: Type of augmentation applied

## Augmentations
specaugment, gaussian_noise, speed_perturbation, original

```