shangeth commited on
Commit
63946b0
·
verified ·
1 Parent(s): 554bad1

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +131 -35
README.md CHANGED
@@ -1,39 +1,19 @@
1
  ---
2
- dataset_info:
3
- config_name: read
4
- features:
5
- - name: id
6
- dtype: string
7
- - name: audio
8
- dtype:
9
- audio:
10
- sampling_rate: 48000
11
- - name: text
12
- dtype: string
13
- - name: speaker_id
14
- dtype: int32
15
- - name: style
16
- dtype: string
17
- - name: substyle
18
- dtype: string
19
- - name: corpus
20
- dtype: string
21
- - name: start_s
22
- dtype: float32
23
- - name: end_s
24
- dtype: float32
25
- splits:
26
- - name: train
27
- num_bytes: 3481898579
28
- num_examples: 10388
29
- - name: dev
30
- num_bytes: 200973683
31
- num_examples: 628
32
- - name: test
33
- num_bytes: 192517925
34
- num_examples: 588
35
- download_size: 3712884404
36
- dataset_size: 3875390187
37
  configs:
38
  - config_name: read
39
  data_files:
@@ -44,3 +24,119 @@ configs:
44
  - split: test
45
  path: read/test-*
46
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - text-to-speech
7
+ - automatic-speech-recognition
8
+ tags:
9
+ - expressive-speech
10
+ - expresso
11
+ - emotional-speech
12
+ - style-transfer
13
+ - multi-speaker
14
+ pretty_name: Expresso (audio + text)
15
+ size_categories:
16
+ - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  configs:
18
  - config_name: read
19
  data_files:
 
24
  - split: test
25
  path: read/test-*
26
  ---
27
+
28
+ # Expresso — audio + text
29
+
30
+ A faithful re-publication of the official [Expresso](https://speechbot.github.io/expresso/)
31
+ dataset (Nguyen et al., Interspeech 2023) as a loadable HuggingFace audio dataset, sourced
32
+ directly from FAIR's official tar.
33
+
34
+ > ⚠️ **License: CC-BY-NC-4.0** — non-commercial use only.
35
+
36
+ ## Status
37
+
38
+ - ✅ **`read`** — published below (this card).
39
+ - ⏳ `conversational` — coming soon (per-channel VAD-segmented mono utterances with machine transcripts).
40
+
41
+ ## `read` config
42
+
43
+ 11.6k mono utterances at **48 kHz / 24-bit**, fully transcribed by humans.
44
+
45
+ | | train | dev | test |
46
+ |---|---|---|---|
47
+ | rows | 10,388 | 628 | 588 |
48
+
49
+ ### Schema
50
+
51
+ | Column | Type | Notes |
52
+ |---|---|---|
53
+ | `id` | string | e.g. `ex01_confused_00001`; longform chunks: `ex01_default_longform_00001__0-16.49` |
54
+ | `audio` | Audio @ 48 kHz mono | |
55
+ | `text` | string | human-written transcription (mixed case, with punctuation) |
56
+ | `speaker_id` | int32 | 1–4 |
57
+ | `style` | string | one of: `default`, `confused`, `enunciated`, `happy`, `laughing`, `narration`, `sad`, `whisper` |
58
+ | `substyle` | string | finer-grained label, e.g. `default_emphasis`, `default_essentials`, `default_longform`, `narration_longform` |
59
+ | `corpus` | string | `base` (short utterances) or `longform` (multi-minute readings) |
60
+ | `start_s` | float32 | null for full-file rows; chunk start for longform |
61
+ | `end_s` | float32 | null for full-file rows; chunk end for longform |
62
+
63
+ ### Splits
64
+
65
+ We follow the official Expresso train/dev/test splits, with **one TTS-oriented deviation**:
66
+
67
+ - **base read** (~11,600 utterances): full-file rows, no slicing — official splits applied as-is.
68
+ - **longform read** (8 source files: `default_longform`, `narration_longform` × 4 speakers): kept as **full files in `train` only**. The official Expresso splits slice each longform file into 3 non-overlapping chunks (60 s for dev/test, the rest for train) for resynthesis benchmarking. Those chunks don't align with the full-file transcripts, so for TTS/ASR we keep the longform audio + transcript intact and place the full files in `train` only. If you need the official chunked benchmark, see `original_metadata/splits/`.
69
+ - **singing** is intentionally **excluded** (only 12 wavs total, not in official splits).
70
+
71
+ All rows have aligned `(audio, text)` pairs.
72
+
73
+ ### Style coverage per speaker
74
+
75
+ All 4 speakers have all 8 styles, with these caveats:
76
+ - `narration` is **longform-only** for all speakers (1 file each).
77
+ - `default` includes the substyles `default`, `default_emphasis`, `default_essentials`, `default_longform`.
78
+
79
+ ## Sidecar files
80
+
81
+ The original FAIR metadata is uploaded under `original_metadata/`:
82
+ - `original_metadata/README.txt`, `LICENSE.txt` — official Expresso documentation
83
+ - `original_metadata/read_transcriptions.txt` — per-file transcripts (tab-separated)
84
+ - `original_metadata/VAD_segments.txt` — per-channel VAD timings for the conversational subset (used to derive the `conversational` config)
85
+ - `original_metadata/splits/{train,dev,test}.txt`, `splits/README` — official split definitions
86
+
87
+ ## Quick start
88
+
89
+ ```python
90
+ from datasets import load_dataset
91
+
92
+ ds = load_dataset("shangeth/expresso", "read", split="train")
93
+ ex = ds[0]
94
+ print(ex["id"], "|", ex["style"], "|", ex["text"])
95
+ print(ex["audio"]["array"].shape, "@", ex["audio"]["sampling_rate"], "Hz")
96
+
97
+ # Filter to a specific style
98
+ whisper = ds.filter(lambda x: x["style"] == "whisper")
99
+ print(len(whisper), "whispered utterances")
100
+
101
+ # Per-speaker breakdown
102
+ from collections import Counter
103
+ print(Counter(ds["speaker_id"]))
104
+ ```
105
+
106
+ ## Reproducing this dataset
107
+
108
+ ```bash
109
+ # Download the official Expresso tar (~36 GB) and extract:
110
+ mkdir -p data && cd data
111
+ curl -L https://dl.fbaipublicfiles.com/textless_nlp/expresso/data/expresso.tar | tar -xf -
112
+ cd ..
113
+
114
+ # Build + push:
115
+ python expresso_audio.py --repo_id shangeth/expresso --private
116
+ ```
117
+
118
+ See [github.com/shangeth/wren-datasets](https://github.com/shangeth/wren-datasets) for the full extraction code.
119
+
120
+ ## Citation
121
+
122
+ ```bibtex
123
+ @inproceedings{nguyen2023expresso,
124
+ title = {Expresso: A Benchmark and Analysis of Discrete Expressive Speech Resynthesis},
125
+ author = {Nguyen, Tu Anh and Hsu, Wei-Ning and D'Avirro, Antony and Shi, Bowen and
126
+ Gat, Itai and Fazel-Zarani, Maryam and Remez, Tal and Copet, Jade and
127
+ Synnaeve, Gabriel and Hassid, Michael and Kreuk, Felix and Adi, Yossi and Dupoux, Emmanuel},
128
+ booktitle = {Interspeech},
129
+ year = {2023}
130
+ }
131
+
132
+ @misc{wren2026,
133
+ title = {Wren: A Family of Small Open-Weight Models for Unified Speech-Text Modelling},
134
+ author = {Shangeth Rajaa},
135
+ year = {2026},
136
+ url = {https://github.com/shangeth/wren}
137
+ }
138
+ ```
139
+
140
+ ## License
141
+
142
+ **CC-BY-NC-4.0** — non-commercial use only. See `original_metadata/LICENSE.txt`.