btsee commited on
Commit
5c9b669
·
verified ·
1 Parent(s): 26ff194

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +7 -71
README.md CHANGED
@@ -4,77 +4,13 @@ language:
4
  license: cc-by-4.0
5
  task_categories:
6
  - automatic-speech-recognition
7
- pretty_name: FLEURS — Mongolian (Clean)
 
8
  tags:
9
  - mongolian
10
  - speech
11
  - audio
12
  - fleurs
13
- configs:
14
- - config_name: default
15
- data_files:
16
- - split: train
17
- path: data/train-*
18
- - split: validation
19
- path: data/validation-*
20
- - split: test
21
- path: data/test-*
22
- dataset_info:
23
- features:
24
- - name: audio
25
- dtype:
26
- audio:
27
- sampling_rate: 24000
28
- - name: snr_db
29
- dtype: float32
30
- - name: mean_f0_hz
31
- dtype: float32
32
- - name: pitch_confidence
33
- dtype: float32
34
- - name: dnsmos_sig
35
- dtype: float32
36
- - name: dnsmos_bak
37
- dtype: float32
38
- - name: dnsmos_ovr
39
- dtype: float32
40
- - name: dnsmos_p808
41
- dtype: float32
42
- - name: cer
43
- dtype: float32
44
- - name: asr_transcript
45
- dtype: string
46
- - name: duration_s
47
- dtype: float32
48
- - name: id
49
- dtype: int32
50
- - name: num_samples
51
- dtype: int32
52
- - name: path
53
- dtype: string
54
- - name: raw_transcription
55
- dtype: string
56
- - name: transcription
57
- dtype: string
58
- - name: gender
59
- dtype: int32
60
- - name: lang_id
61
- dtype: int32
62
- - name: language
63
- dtype: string
64
- - name: lang_group_id
65
- dtype: int32
66
- splits:
67
- - name: train
68
- num_bytes: 1005988185
69
- num_examples: 2541
70
- - name: validation
71
- num_bytes: 122753848
72
- num_examples: 357
73
- - name: test
74
- num_bytes: 314641404
75
- num_examples: 854
76
- download_size: 1441625360
77
- dataset_size: 1443383437
78
  ---
79
 
80
  # FLEURS — Mongolian (Quality-Filtered)
@@ -94,12 +30,12 @@ Derived from `google/fleurs` config `mn_mn`. FLEURS is the speech version of the
94
  | 1. Format normalization | librosa | mono · 16 kHz |
95
  | 2. Voice activity detection | Silero VAD | ≥25 % speech frames |
96
  | 3. SNR filter | RMS-based SNR | ≥8 dB |
97
- | 4. Pitch & clarity | CREPE F0 | F0 ≥50 Hz · confidence ≥0.25 |
98
  | 5. AI quality score | DNSMOS P.835 | OVR ≥2.2 · SIG ≥2.4 · BAK ≥2.0 |
99
- | 6. Full sentence verification | Whisper large-v3 + CER | CER ≤0.35 · length ratio 0.40 |
100
 
101
  Ground truth for sentence verification: `raw_transcription` field.
102
- All passing clips peak-normalized to −1 dBFS and resampled to **24 kHz**.
103
 
104
  ## Schema
105
 
@@ -110,7 +46,7 @@ All original FLEURS fields preserved, plus computed quality metrics:
110
  | `id` | int32 | Sample ID |
111
  | `num_samples` | int32 | Number of audio samples |
112
  | `path` | string | Audio file path |
113
- | `audio` | Audio(16000) | Decoded audio at 16 kHz |
114
  | `raw_transcription` | string | Original (unnormalized) transcription |
115
  | `transcription` | string | Normalized transcription |
116
  | `gender` | int32 | Speaker gender class |
@@ -132,7 +68,7 @@ All original FLEURS fields preserved, plus computed quality metrics:
132
 
133
  ```python
134
  from datasets import load_dataset
135
- ds = load_dataset("btsee/fleurs-mn", "mn_mn")
136
  sample = ds["train"][0]
137
  ```
138
 
 
4
  license: cc-by-4.0
5
  task_categories:
6
  - automatic-speech-recognition
7
+ task_ids: []
8
+ pretty_name: "FLEURS — Mongolian (Clean)"
9
  tags:
10
  - mongolian
11
  - speech
12
  - audio
13
  - fleurs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # FLEURS — Mongolian (Quality-Filtered)
 
30
  | 1. Format normalization | librosa | mono · 16 kHz |
31
  | 2. Voice activity detection | Silero VAD | ≥25 % speech frames |
32
  | 3. SNR filter | RMS-based SNR | ≥8 dB |
33
+ | 4. Pitch metadata | CREPE F0 | recorded when available; not a rejection gate |
34
  | 5. AI quality score | DNSMOS P.835 | OVR ≥2.2 · SIG ≥2.4 · BAK ≥2.0 |
35
+ | 6. Full sentence verification | Whisper large-v3 + CER | CER ≤0.35, or ≤0.50 when length ratio is 0.75–1.25 |
36
 
37
  Ground truth for sentence verification: `raw_transcription` field.
38
+ Clips are kept between **1–30 seconds** to match oron-tts training limits. All passing clips are peak-normalized to −1 dBFS and resampled to **24 kHz**.
39
 
40
  ## Schema
41
 
 
46
  | `id` | int32 | Sample ID |
47
  | `num_samples` | int32 | Number of audio samples |
48
  | `path` | string | Audio file path |
49
+ | `audio` | Audio(24000) | Cleaned audio resampled to 24 kHz |
50
  | `raw_transcription` | string | Original (unnormalized) transcription |
51
  | `transcription` | string | Normalized transcription |
52
  | `gender` | int32 | Speaker gender class |
 
68
 
69
  ```python
70
  from datasets import load_dataset
71
+ ds = load_dataset("btsee/fleurs-mn")
72
  sample = ds["train"][0]
73
  ```
74