File size: 887 Bytes
01f7916
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
task_categories:
- automatic-speech-recognition
language:
- vi
tags:
- audio
- vietnamese
- gigaspeech2
pretty_name: GigaSpeech2 Vietnamese WAVs Missing Transcripts
---

# GigaSpeech2 Vietnamese WAVs Missing Transcripts

This dataset contains the Vietnamese GigaSpeech2 training WAV files whose IDs
are absent from `train_refined.tsv`.

## Contents

- 201,295 WAV files without a matching transcript
- 41 uncompressed TAR shards in `shards/`
- 36 GB of audio (approximately)
- `processing_manifest.jsonl`: per-source-archive counts
- `summary.json`: aggregate counts
- `SHA256SUMS`: checksums for all TAR shards

Each shard preserves the original relative layout:

```text
release1/train/<archive>/<subfolder>/<utterance-id>.wav
```

The TAR files are intentionally uncompressed so they can be read sequentially
and streamed without an additional decompression layer.