roanlane03 commited on
Commit
f2f92c5
·
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
LICENSE.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # YO-CPT-ru — License
2
+
3
+ YO-CPT-ru is a *derived* dataset: beyond attribution, the authors impose no restrictions of their own —
4
+ users are responsible for complying with the upstream licenses below.
5
+
6
+ **Contribution of the authors.** The annotations and the compilation of the corpus are released under
7
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) — attribution required, no other limitation on
8
+ use, including commercial use.
9
+
10
+ **Upstream components.** The source audio comes from [YODAS2](https://huggingface.co/datasets/espnet/yodas2),
11
+ collected exclusively from YouTube videos published under a Creative Commons license; the recordings remain
12
+ the intellectual property of their original creators. The released audio and metadata are produced by the
13
+ following components:
14
+
15
+ | component | released output | license |
16
+ |---|---|---|
17
+ | YODAS2 (source recordings) | `audio` | CC BY 3.0 |
18
+ | Silero VAD | — (segmentation only) | MIT |
19
+ | VoxBlink2 ResNet34 | `local_spk_id` | not stated (trained on CC BY-NC-SA 4.0 data) |
20
+ | DistillMOS | `mos_score` | MIT |
21
+ | Whisper-large-v3-turbo (custom) | `text` (ensemble) | MIT |
22
+ | GigaAM v3 RNNT | `text` (ensemble) | MIT |
23
+ | Vosk | `text` (ensemble) | Apache-2.0 |
24
+ | Spectra-0 | — (spoof filter only) | Apache-2.0 |
25
+ | ClearVoice MossFormer2_SE_48K | `audio` (enhanced waveform) | Apache-2.0 |
26
+ | wav2vec2-BERT (custom CTC) | `text_alignment` | MIT |
27
+ | RUAccent turbo3.1 | stress marks in `text_denorm` / `text_alignment` | MIT |
28
+ | voice-gender-classifier (ECAPA-TDNN) | `spk_desc.audio_desc.gender` | MIT |
29
+ | OpenAI `gpt-4.1-mini` (API) | `text_denorm` | OpenAI ToS |
30
+ | TalkNet-ASD | — (face selection only) | MIT |
31
+ | LVFace | `global_spk_id` | code MIT; **weights: non-commercial research only** |
32
+ | Qwen3.5-Flash (API) | `spk_desc.image_desc` | Alibaba Cloud API ToS |
33
+
34
+ For questions about the dataset, or to request removal of your material (as a rights holder or as a person
35
+ appearing in the recordings), contact us at **aleksei.gusev@ncspeech.org**.
README.md ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ license: other
5
+ license_name: yo-cpt-ru
6
+ license_link: LICENSE.md
7
+ configs:
8
+ - config_name: default
9
+ data_files:
10
+ - split: train
11
+ path: data/*.parquet
12
+ task_categories:
13
+ - text-to-speech
14
+ - automatic-speech-recognition
15
+ - audio-classification
16
+ pretty_name: YO-CPT-ru
17
+ size_categories:
18
+ - 1M<n<10M
19
+ tags:
20
+ - speech
21
+ - tts
22
+ - asr
23
+ - speaker-verification
24
+ - turn-detection
25
+ - russian
26
+ ---
27
+
28
+ # YO-CPT-ru
29
+
30
+ **Y**ouTube-**O**riented dataset for **C**ontinual **P**re-**T**raining (Russian). A large, heavily
31
+ quality-filtered corpus of Russian speech mined from YouTube (via [YODAS2](https://huggingface.co/datasets/espnet/yodas2))
32
+ and processed into clean, single-speaker, TTS-grade utterances. Every utterance ships with an
33
+ ensemble-verified transcription, a punctuated/denormalized and stress-marked text variant, word-level
34
+ forced alignment, within- and cross-video speaker identities, an audio-quality (MOS) score, and a
35
+ speaker persona built from the voice and, where available, the speaker's on-screen face.
36
+
37
+ - **~1.63M utterances · ~6,052 hours**, single-speaker chunks, 24 kHz mono
38
+ - **Primary use — continual pre-training (CPT) of TTS models**: a corpus scaled and filtered for the
39
+ large-scale pre-training stage of TTS training — TTS-grade audio (denoised, loudness-normalized,
40
+ edge-clean, force-aligned) with rich text and speaker conditioning.
41
+ - **Also suitable for** **ASR** (ensemble-agreed transcripts), **Speaker Verification** (within/cross-video
42
+ speaker ids), and **Turn-Detection** (single-speaker segmentation + word/pause timings).
43
+
44
+ Audio is embedded (HF `Audio` feature). Shards hold **10 source YODAS2 archives each**
45
+ (`<part>-<bucket>.parquet`); `shard_map.tsv` maps every shard back to its source archives.
46
+
47
+ ## Pipeline
48
+
49
+ Three stages take raw YouTube audio to the finished corpus:
50
+
51
+ ```text
52
+ YODAS2 — raw YouTube audio (Russian) · ~43,610 hours
53
+
54
+
55
+ STAGE 1 · ASR mining
56
+ VAD chunking (Silero) → speaker consistency (VoxBlink2) → quality MOS ≥ 3.0 (DistillMOS)
57
+ → ASR ensemble (Whisper-large-v3-turbo · GigaAM v3 RNNT · Vosk) → WER cross-check + ROVER
58
+
59
+ ▼ clean single-speaker utterances + ensemble-verified text · 9,135 h · 2.53M utts
60
+ STAGE 2 · TTS processing
61
+ anti-spoofing (Spectra-0) → enhancement (ClearVoice MossFormer2) → loudness norm + clip guard
62
+ → edge check + recrop (re-ASR reconcile) → forced alignment (wav2vec2-BERT, + [pause])
63
+
64
+ ▼ TTS-grade audio + word/pause alignment · 6,052 h · 1.63M utts
65
+ STAGE 3 · Metadata enrichment
66
+ stress (RUAccent) · denorm + punctuation (GPT-4.1-mini)
67
+ speaker persona: face (TalkNet → LVFace) + face description (Qwen3.5-Flash) + voice (librosa + ECAPA gender) → spk_desc
68
+
69
+
70
+ YO-CPT-ru · 1.63M utterances · 6,052 hours
71
+ ```
72
+
73
+ ### Stage 1 — ASR mining
74
+
75
+ Turns full-length YouTube audio into clean, transcribed, single-speaker utterances.
76
+
77
+ - **VAD chunking** — [Silero VAD](https://github.com/snakers4/silero-vad) segments each full-length video
78
+ into utterance-length pieces; the maximum segment length is *randomized* per file so cut points don't
79
+ land on a fixed grid, and over-long / over-short segments are dropped.
80
+ - **Speaker consistency** — [VoxBlink2](https://github.com/VoxBlink2/ScriptsForVoxBlink2) (ResNet34)
81
+ speaker embeddings are computed over sliding windows, and a chunk is discarded entirely if it contains
82
+ speech from more than one speaker; the same check also drops non-speech (silence / noise) chunks.
83
+ - **Audio quality** — [DistillMOS](https://github.com/microsoft/Distill-MOS) no-reference MOS estimation;
84
+ chunks below **MOS 3.0** (noisy, reverberant, low-fidelity) are discarded.
85
+ - **ASR ensemble** — three deliberately *different* systems transcribe every chunk: a custom
86
+ [Whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) fine-tuned for ru
87
+ (attention encoder–decoder), [GigaAM v3 RNNT](https://github.com/salute-developers/GigaAM)
88
+ (transducer), and [Vosk](https://github.com/alphacep/vosk-api) (Kaldi-style). Architectural diversity
89
+ makes correlated errors unlikely, so agreement is a strong signal of correctness.
90
+ - **Cross-validation + ROVER** — pairwise WER is computed between the three hypotheses; chunks without
91
+ close agreement between at least two systems are **dropped**. On tight agreement the transcription is
92
+ trusted as-is; on moderate disagreement the three hypotheses are aggregated by **ROVER** word-level
93
+ voting — where combining several recognizers is expected to improve the final transcription — yielding
94
+ high-precision transcripts.
95
+
96
+ ### Stage 2 — TTS processing
97
+
98
+ Turns transcribed utterances into TTS-grade audio with word-level alignment.
99
+
100
+ - **Anti-spoofing** — runs first in this stage, on the audio *before enhancement*, which could otherwise
101
+ mask synthesis artifacts. YouTube contains synthetic and TTS-generated speech, which must be filtered
102
+ out of a TTS corpus; a [Spectra-0](https://huggingface.co/MTUCI/spectra_0)
103
+ spoof detector scores each chunk and aggregates per video, dropping likely-synthetic speech so downstream
104
+ models learn from genuine human voice only.
105
+ - **Speech enhancement** — [ClearVoice](https://github.com/modelscope/ClearerVoice-Studio)
106
+ `MossFormer2_SE_48K` denoises and dereverberates audio, removing background music and noise while
107
+ preserving the target speaker.
108
+ - **Loudness normalization + clipping guard** — loudness is normalized to a consistent target level with
109
+ peak limiting across the corpus; chunks with too high a clipped-sample ratio are rejected outright
110
+ (enhancement cannot recover clipped audio).
111
+ - **VAD edge check + recrop** — TTS is sensitive to boundaries, so speech must not run into the segment
112
+ edges. The source audio is often noisy, so the initial VAD boundaries are imprecise — after enhancement
113
+ they can be refined. A second VAD pass trims each clip to the nearest internal silence boundary (or
114
+ discards it if that's impossible), after which the recropped audio is **re-transcribed and reconciled**
115
+ with the original transcription to ensure that trimming has not altered the content.
116
+ - **Forced alignment** — a custom [wav2vec2-BERT](https://huggingface.co/facebook/w2v-bert-2.0) CTC model
117
+ produces word-level start/end timings, inserting explicit `[pause]` tags at internal silences.
118
+ This provides the `text_alignment` required by TTS models for duration modeling.
119
+
120
+ ### Stage 3 — Metadata enrichment
121
+
122
+ One stage, three branches: word stress, denormalized/punctuated text, and a speaker persona built from
123
+ both the on-screen face and the voice signal.
124
+
125
+ - **Stress** — [RUAccent](https://github.com/Den4ikAI/ruaccent) `turbo3.1` (omograph model + dictionary)
126
+ places Russian word-stress marks; the marks are carried into `text_denorm` and `text_alignment`.
127
+ - **Denormalization + punctuation** — OpenAI `gpt-4.1-mini` restores casing/punctuation and denormalizes
128
+ the raw ASR text → `text_denorm`.
129
+ - **Speaker persona** — a static per-speaker profile from face + voice. The identity design is based on
130
+ **voice locally, faces globally**: a voice reliably separates speakers *within* one video, while a face
131
+ is what re-identifies the *same person across different videos*.
132
+ - *Voice → local id* — [VoxBlink2](https://github.com/VoxBlink2/ScriptsForVoxBlink2) (ResNet34) embeddings cluster
133
+ the speakers **within each video** → `local_spk_id`.
134
+ - *Face → global id* — [TalkNet](https://github.com/TaoRuijie/TalkNet-ASD) selects the active-speaker
135
+ (actually-talking) face, [LVFace](https://github.com/bytedance/LVFace) embeds it, and these are
136
+ clustered **across videos** into a `global_face_id`, which becomes the speaker's cross-video
137
+ `global_spk_id` (`null` for audio-only speakers with no validated face).
138
+ - *Audio signal* — gender via an [ECAPA-TDNN voice classifier](https://huggingface.co/JaesungHuh/voice-gender-classifier);
139
+ [librosa](https://librosa.org/) features: median F0 → pitch, spectral centroid → brightness,
140
+ spectral flatness → breathiness, words/sec → rate.
141
+ - *Visual description* — head-and-shoulders crops of the speaker are described by **Qwen3.5-Flash**
142
+ (gender, age, nationality, appearance, style).
143
+ - *Fuse* — face demographics (if real **and** live) + voice traits → structured fields plus a natural
144
+ `spk_desc`.
145
+
146
+ ## Implementation details
147
+ **Speech enhancement.** ClearVoice MossFormer2 was chosen over two alternatives on a benchmark subset
148
+ sampled from the corpus. Automatic metrics: WER between Whisper transcripts of the original vs the
149
+ enhanced clip, and speaker similarity via VoxBlink2 embeddings. The last two columns report manual
150
+ listening evaluations — how much noise the model removes and how natural the enhanced audio sounds:
151
+
152
+ | model | RTF ↓ | WER vs orig ↓ | speaker sim ↑ | denoising (manual) | output quality (manual) |
153
+ |---|---|---|---|---|---|
154
+ | **ClearVoice MossFormer2** (chosen) | **0.016** | **0.003** | 0.976 | good | good |
155
+ | Resemble Enhance | 0.025 | 0.005 | 0.979 | average | good |
156
+ | Sidon v0.1 | 0.024 | 0.016 | 0.724 | best | average |
157
+
158
+ **Anti-spoofing.** Spectra-0 scores each chunk (higher = more likely genuine). The distribution has **two
159
+ obvious centers** — a bonafide mode near +5 and a low-scoring mode near −6:
160
+
161
+ <img src="figures/fig_spoof.png" alt="Anti-spoofing — bonafide score distribution" width="560">
162
+
163
+ The drop threshold (**−2.0**) was chosen by manually auditioning chunks scoring in the −3 to −1 range;
164
+ ~2.3 % of chunks fall below it and are dropped.
165
+
166
+ **Face validation.** Matching a face to a voice is error-prone: a frame may contain several faces
167
+ (co-hosts, panels, audiences), and channels often show posters or static photos of someone other than the
168
+ speaker. A face is therefore attached to a speaker only after passing every step of this funnel:
169
+
170
+ - **137,082** — speakers total;
171
+ - **121,268** — with a processable video clip;
172
+ - **50,219** (41 %) — with a confidently talking on-screen face:
173
+ [TalkNet-ASD](https://github.com/TaoRuijie/TalkNet-ASD) active-speaker detection accepts a face only if
174
+ its lip motion is synchronized with the audio;
175
+ - **48,085** — after face-embedding quality checks;
176
+ - **45,845** (33 %) — after the realness check (drops cartoons, posters, static photos).
177
+
178
+ Only these 45,845 local speakers get the face-derived fields (`image_desc`, `global_spk_id`); everyone else
179
+ stays audio-only.
180
+
181
+ **Speakers.** Two levels of annotation.
182
+
183
+ **`local_spk_id`** — unique within a single video: **137,082** within-video speakers, obtained by
184
+ agglomerative clustering (AHC, average linkage) of VoxBlink2 voice embeddings within each video. Because
185
+ utterances containing more than one speaker were filtered out upstream (Stage 1), within-video speaker
186
+ labelling is reliable.
187
+
188
+ **`global_spk_id`** — the same person linked *across* videos. Matching speakers across a large number of
189
+ videos is a much harder problem than clustering within one video, and doing it from voice alone would
190
+ introduce a substantial error rate. We therefore link identities through the **face modality, and only when
191
+ the speaking person's identity could be established on screen**: the 45,845 face-validated speakers
192
+ collapse into **17,598 global identities**, of which **2,349 appear in at least 3 videos**.
193
+
194
+ ## Data format
195
+
196
+ ```python
197
+ from datasets import load_dataset
198
+ ds = load_dataset("NCSpeech/YO-CPT-ru", split="train", streaming=True)
199
+ ```
200
+
201
+ A sample record:
202
+
203
+ ```json
204
+ {
205
+ "utt_id": "o_FOkvR3oaM_0_469",
206
+ "text": "я бесконечно благодарен за тот опыт и возможность",
207
+ "text_denorm": "Я бескон+ечно благод+арен з+а тот +опыт и возм+ожность.",
208
+ "text_alignment": "[pause0.2](0.00,0.18) я(0.18,0.38) бескон[+]ечно(0.52,1.08) благод[+]арен(1.10,1.60) з[+]а(1.62,1.80) тот(1.82,2.10) [+]опыт(2.18,2.48) и(2.50,2.58) возм[+]ожность(2.60,3.18) [pause0.2](3.18,3.38)",
209
+ "duration": 4.89,
210
+ "local_spk_id": "o_FOkvR3oaM__spk4",
211
+ "global_spk_id": "spk_15827",
212
+ "lang": "ru",
213
+ "spk_desc": {
214
+ "audio_only": false,
215
+ "audio_desc": {
216
+ "gender": "male",
217
+ "f0_hz": 122.6,
218
+ "pitch": "low",
219
+ "rate": "very slow",
220
+ "brightness": "bright",
221
+ "breathiness": "slightly-breathy",
222
+ "text": "male voice: low pitch, bright, slightly-breathy, very slow pace; speaks Russian"
223
+ },
224
+ "image_desc": {
225
+ "gender": "male",
226
+ "age": "20s",
227
+ "nationality": "Slavic/Russian/European",
228
+ "appearance": "dark hair, dark eyes, rectangular glasses, light stubble/beard, headset",
229
+ "style": "casual black t-shirt, tech gear -> informal, tech-savvy persona",
230
+ "impression": "young tech reviewer or streamer",
231
+ "text": "Slavic/Russian/European male (20s). casual black t-shirt, tech gear -> informal, tech-savvy persona"
232
+ }
233
+ },
234
+ "mos_score": 3.456
235
+ }
236
+ ```
237
+
238
+ Each record has the following fields:
239
+
240
+ | field | type | description |
241
+ |---|---|---|
242
+ | `audio` | Audio (24 kHz) | waveform (embedded WAV bytes) |
243
+ | `utt_id` | string | utterance id `<video>_<channel>_<chunk>` |
244
+ | `text` | string | normalized ASR transcription — lowercase, unpunctuated (ensemble/ROVER) |
245
+ | `text_denorm` | string | denormalized + punctuated text with stress marks (GPT-4.1-mini + RUAccent) |
246
+ | `text_alignment` | string | word-level forced alignment, `[pause]` tags at internal silences |
247
+ | `duration` | float32 | duration, seconds |
248
+ | `local_spk_id` | string | within-video speaker id (voice clustering) |
249
+ | `global_spk_id` | string | cross-video identity from face clustering; `null` if audio-only |
250
+ | `lang` | string | language (`ru`) |
251
+ | `spk_desc` | string | speaker persona — JSON, see below |
252
+ | `mos_score` | float32 | DistillMOS quality score |
253
+
254
+ ### `spk_desc` format
255
+
256
+ | field | type | description |
257
+ |---|---|---|
258
+ | `audio_only` | bool | `true` → no validated face; persona is voice-only |
259
+ | `audio_desc` | object | voice-derived (always present) |
260
+ | `audio_desc.gender` | str | `male` / `female` (voice-based classifier) |
261
+ | `audio_desc.f0_hz` | float | median fundamental frequency (Hz) |
262
+ | `audio_desc.pitch` | str | `low` / `mid` / `high` |
263
+ | `audio_desc.rate` | str | speaking rate — `slow` / `moderate` / `fast` |
264
+ | `audio_desc.brightness` | str | spectral brightness (e.g. `dark` / `bright`) |
265
+ | `audio_desc.breathiness` | str | voice quality (e.g. `clear/modal`, `breathy`) |
266
+ | `audio_desc.text` | str | natural-language voice summary |
267
+ | `image_desc` | object \| null | face-derived; `null` when `audio_only` |
268
+ | `image_desc.gender` | str | apparent gender from the face |
269
+ | `image_desc.age` | str | apparent age range (e.g. `20s`, `30-45`) |
270
+ | `image_desc.nationality` | str | apparent nationality (from a shared multilingual prompt) |
271
+ | `image_desc.appearance` | str | free-text appearance |
272
+ | `image_desc.style` | str | free-text style / grooming |
273
+ | `image_desc.impression` | str | free-text overall impression |
274
+ | `image_desc.text` | str | natural-language face summary |
275
+
276
+ Audio-only speakers carry `"audio_only": true` and `"image_desc": null`.
277
+
278
+ ## Bias, Risks, and Limitations
279
+
280
+ - **Automatic annotation.** Every label is model-generated and not human-verified — human involvement was
281
+ limited to tuning the pipeline's hyperparameters (e.g. filter thresholds) — so minor errors are
282
+ expected: occasional inaccuracies in transcriptions, in text processing (punctuation, stress marks,
283
+ alignment timings), and in speaker metadata. A segment kept as single-speaker may still contain brief
284
+ intrusions of a second voice where one speaker clearly predominates.
285
+ - **Visual persona is fragment-scoped.** The face-derived description (`spk_desc.image_desc`) is inferred
286
+ from a few frames of a *single* video clip. It reflects only how the person appears in that fragment and
287
+ may not represent them in general — appearance, styling, and context can differ across videos, and the
288
+ cross-video identity is based on the face, not on a full profile of the person.
289
+ - **Persona attributes are apparent, not factual.** All demographic fields in `spk_desc` are automatic
290
+ estimates. They describe how the speaker sounds or looks in that fragment, can be wrong, and must not
291
+ be treated as facts about the person.
292
+ - **Source representativeness.** The corpus mirrors the distribution of Russian-language YouTube content:
293
+ some speakers, accents, domains, and recording conditions are over- or under-represented, and recurring
294
+ presenters contribute disproportionately many utterances.
295
+ - **Recovered source IDs.** Building the face/video modality required the original YouTube video IDs (to
296
+ fetch each clip), which YODAS2 does not expose directly — we recovered the source IDs for our own
297
+ processing; see [espnet/yodas2 discussion #2](https://huggingface.co/datasets/espnet/yodas2/discussions/2)
298
+ for context.
299
+
300
+ ## License
301
+
302
+ YO-CPT-ru is a *derived* dataset: beyond attribution, the authors impose no restrictions of their own —
303
+ users are responsible for complying with the upstream licenses below.
304
+
305
+ **Contribution of the authors.** The annotations and the compilation of the corpus are released under
306
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) — attribution required, commercial use allowed.
307
+
308
+ **Upstream components.** The source audio comes from [YODAS2](https://huggingface.co/datasets/espnet/yodas2),
309
+ collected exclusively from YouTube videos published under a Creative Commons license; the recordings remain
310
+ the intellectual property of their original creators (see [Contact](#contact) for removal requests). The
311
+ released audio and metadata are produced by the following components:
312
+
313
+ | component | released output | license |
314
+ |---|---|---|
315
+ | YODAS2 (source recordings) | `audio` | CC BY 3.0 |
316
+ | Silero VAD | — (segmentation only) | MIT |
317
+ | VoxBlink2 ResNet34 | `local_spk_id` | not stated (trained on CC BY-NC-SA 4.0 data) |
318
+ | DistillMOS | `mos_score` | MIT |
319
+ | Whisper-large-v3-turbo (custom) | `text` (ensemble) | MIT |
320
+ | GigaAM v3 RNNT | `text` (ensemble) | MIT |
321
+ | Vosk | `text` (ensemble) | Apache-2.0 |
322
+ | Spectra-0 | — (spoof filter only) | Apache-2.0 |
323
+ | ClearVoice MossFormer2_SE_48K | `audio` (enhanced waveform) | Apache-2.0 |
324
+ | wav2vec2-BERT (custom CTC) | `text_alignment` | MIT |
325
+ | RUAccent turbo3.1 | stress marks in `text_denorm` / `text_alignment` | MIT |
326
+ | voice-gender-classifier (ECAPA-TDNN) | `spk_desc.audio_desc.gender` | MIT |
327
+ | OpenAI `gpt-4.1-mini` (API) | `text_denorm` | OpenAI ToS |
328
+ | TalkNet-ASD | — (face selection only) | MIT |
329
+ | LVFace | `global_spk_id` | code MIT; **weights: non-commercial research only** |
330
+ | Qwen3.5-Flash (API) | `spk_desc.image_desc` | Alibaba Cloud API ToS |
331
+
332
+ ## Contact
333
+
334
+ For questions about the dataset, or to request removal of your material (as a rights holder or as a
335
+ person appearing in the recordings), contact us at **aleksei.gusev@ncspeech.org**.
336
+
337
+ ## Citation
338
+
339
+ If you use this dataset, please cite it as follows.
340
+
341
+ ```bibtex
342
+ @misc{yocptru2026,
343
+ title = {YO-CPT-ru: A YouTube-Oriented Russian Speech Corpus for Continual Pre-Training},
344
+ author = {{NCSpeech team}},
345
+ year = {2026},
346
+ howpublished = {Hugging Face Hub},
347
+ url = {https://huggingface.co/datasets/NCSpeech/YO-CPT-ru}
348
+ }
349
+ ```
data/ru000-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dddd8f55ed1b8b7c16c17c2ee973d1bb8713cb691d7a70d4dd45170e3a515f70
3
+ size 2351842468
data/ru000-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb3dd787e091c702f769a267033cccbd0c7a92a73a9c6857daf2028cf8dd6c3f
3
+ size 2270487620
data/ru000-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b9b6ef5dc7cf24ea3b95ecdc7028a17d575330120522dd89e648b2402433751
3
+ size 2721213339
data/ru000-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ba87b55df414fbaa12923a6d0d403a7657d005db9462d615e1d982a66e52a9c
3
+ size 2377645420
data/ru000-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5855370d9c45e154865ed6c5a474742be0618307037d0c67fc2f2db83c35ae17
3
+ size 2297774644
data/ru000-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:847b22d336e360470bb7f359759f386a4a1c7019596d8a77e15bc52b2866a760
3
+ size 2487234805
data/ru000-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5067b50ca76bd46dfdac958c38135749c6c8179b150356404a4cf961d4d87484
3
+ size 2671279382
data/ru000-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a769bb321c6c019c1a0a07568dbed84700bcfa4676ba7b1616e750f5b01e3acf
3
+ size 2431107367
data/ru000-008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ccc2d6e637d2637bf330334815632f94aca103ec4a90894dda809d8ed730ea
3
+ size 2669787603
data/ru000-009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8516752e6a8ff0addc0fd567fa12fc0cced13eecfac0cb111e44c4e7a0c9fe3c
3
+ size 2586240633
data/ru000-010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd49a0d14ca45709effa232a9ebfecb1cd406a132142772d3bf629e5221ff36
3
+ size 2589945790
data/ru000-011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230275e495f5bd76bb740d9c55871bfa15441e6855f9478dc646efc806f66b48
3
+ size 2751155864
data/ru000-012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abec43b27d0abe3a09b022ea440d4ce660faa9f990217059b19016197e942238
3
+ size 2744581384
data/ru000-013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4aac3ab27ecefe28b41a2cf0cb62bb9af6bc2963f8bdb705c918cd06fbff798
3
+ size 2782608345
data/ru000-014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c4d789ae7ae95cdfc44f2639548a50568568b08632a5b02ba12d5f527e14b5
3
+ size 3011598722
data/ru000-015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e464765e2f830b27a696e8391edeba651bfb4b6e43983b707388bee3d9e595a7
3
+ size 2768336640
data/ru000-016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9456b9196fa9644b597d82b0350e0db4bdb5bf3cd453737e6332a5b070b502
3
+ size 2337304369
data/ru000-017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386716dd6e7ef78edc92f3ef2600f570e37512fc19aff043d434dbaefece207f
3
+ size 2490615899
data/ru000-018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da83eb5dbb72d29454878b9187b2c8a3f04c02593a524b02f7a0e8e02171566e
3
+ size 2424252530
data/ru000-019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e6f2c591be3291ef9dc84f7846f59293c78c2a7ad14b55375be29c27d6a42f
3
+ size 2478096289
data/ru000-020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d85a5d074a99c1a8fdd08380d2a47fdc1dfd7fcd739f02644a288e1ca96eca5e
3
+ size 2476508613
data/ru000-021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208cbe9f36de49bd1d8af9329d95162e0f841f6ecb53ccebf08defe9eb087c8b
3
+ size 2799324795
data/ru000-022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4425960279eda678a1f00f47a1121506cd0bd64ca54587f3231f8f19d2381ffc
3
+ size 2330446652
data/ru000-023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418a05b80fb807d2d35390057296d5b0daf4defdef89dce601ec7b89b37fda98
3
+ size 2795887877
data/ru000-024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d06b3524238c012e3f7555490224e3a0e9b46f8686e158ecda47800d5ecbe6
3
+ size 2417809483
data/ru000-025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d2aaa6b40c87c16ef193e8009b22f16b77002296104b0660ce3bf1958f47f92
3
+ size 2565114220
data/ru000-026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49fcada6a3596e43f75462302e82c059ebf09e09c9f7dd9e168ce4f4b5bfd375
3
+ size 2576080939
data/ru000-027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a051d84bdd4f9f942622786c650d6d65f90f2c5fc2be112f8dc0dbf11e2074
3
+ size 2702443017
data/ru000-028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60950223e5595141530847923968375181163b911b86e7d5af1ac2bfebbd3dea
3
+ size 2424257460
data/ru000-029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a925c2579bcda00692c4d5d53d9b829d4df8afeef7aa797528a4c814441d829
3
+ size 2471224116
data/ru000-030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:155aa8cb7781c096159279c4ec4389540fd303dbfc0cdd2d33b98df352ac74bc
3
+ size 2726925940
data/ru000-031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcefd3164d8e623c4098ecc9c8ff093a0af003bd3cf8e0298f35224fe808db70
3
+ size 2495248899
data/ru000-032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa994df6995698429f74230186309cb78426d4f1a84c593e0778c7255e26162f
3
+ size 2407829353
data/ru000-033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6a8b34134c499262f52595b314a1b08d32cbbb9eec410936da606a1dee712a
3
+ size 2234255984
data/ru000-034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e33d73949365303c66225b7a9f226259ce5c0b4ab3d6c7e7b7d9a568c273ca9
3
+ size 2437044619
data/ru000-035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bed627a1277443cfebcfa8ece300c6274a85599ddd9346096edb9c058c0e1bdd
3
+ size 2693528681
data/ru000-036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbd4498a1195e1b092d3c48f72bb24385cb35f7f77310f97bbf5642d3a809ea
3
+ size 2740360252
data/ru000-037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47349de104c5f8cebe73b7d8100cc9a0e26bea5dd5b10ec08da820311e6ca39a
3
+ size 2460026193
data/ru000-038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a409a27955bd0cd3ea2ead86d5d0eb24c4870a951e3192b02c8cc4d4b292b354
3
+ size 2371256611
data/ru000-039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863e549d7b4ad368ed5a62b48012e874cd9d097965986e1fe1024a28b66de2ea
3
+ size 2422595189
data/ru000-040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89e0e6aa6ff69d71f690421a3f707c6f5c18f9f3212c748eb871fef0ba8c10e
3
+ size 2476261090
data/ru000-041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acfe6ad6d375d0b155a6dc4557577776497441645662b8173c8535da322cc149
3
+ size 2342511271
data/ru000-042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b5c9f42920ffec002d128297c028d7ae65d7b80342164e486d72629028f92f
3
+ size 2567556931
data/ru000-043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d00228b37de8a9237e54edf90b30084405a39e292a549973b2d9d52c9c44c6fd
3
+ size 2535077663
data/ru000-044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65bff3cc741c305cce9ebf06be1437a1c866f0f55ed9595f6d58ab939f5928c2
3
+ size 2849050179
data/ru000-045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bc751660a68aec81046ce13eb71423ac25e936aa41f8838ea9b5c2ee95ee25c
3
+ size 2657020345
data/ru000-046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c7d09eebebf37cf8260f5049daaaf6c600728457ff8c3dcbaccb3d749cd72ff
3
+ size 2830641106