djopin commited on
Commit
ac5e06e
·
verified ·
1 Parent(s): 14345db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -38
README.md CHANGED
@@ -1,38 +1,132 @@
1
- ---
2
- license: mit
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: test
7
- path: data/test-*
8
- dataset_info:
9
- features:
10
- - name: audio
11
- dtype: audio
12
- - name: duration
13
- dtype: float64
14
- - name: reference
15
- dtype: string
16
- - name: RobotsMali/stt-bm-quartznet15x5-v0
17
- dtype: string
18
- - name: RobotsMali/stt-bm-quartznet15x5-v1
19
- dtype: string
20
- - name: RobotsMali/soloba-ctc-0.6b-v0
21
- dtype: string
22
- - name: RobotsMali/soloba-ctc-0.6b-v1
23
- dtype: string
24
- - name: RobotsMali/soloni-114m-tdt-ctc-v0
25
- dtype: string
26
- - name: RobotsMali/soloni-114m-tdt-ctc-v1
27
- dtype: string
28
- - name: RobotsMali/stt-bm-quartznet15x5-v2
29
- dtype: string
30
- - name: soloni-114m-tdt-ctc-v2
31
- dtype: string
32
- splits:
33
- - name: test
34
- num_bytes: 20690456
35
- num_examples: 45
36
- download_size: 19975985
37
- dataset_size: 20690456
38
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: test
7
+ path: data/test-*
8
+ dataset_info:
9
+ features:
10
+ - name: audio
11
+ dtype: audio
12
+ - name: duration
13
+ dtype: float64
14
+ - name: reference
15
+ dtype: string
16
+ - name: RobotsMali/stt-bm-quartznet15x5-v0
17
+ dtype: string
18
+ - name: RobotsMali/stt-bm-quartznet15x5-v1
19
+ dtype: string
20
+ - name: RobotsMali/soloba-ctc-0.6b-v0
21
+ dtype: string
22
+ - name: RobotsMali/soloba-ctc-0.6b-v1
23
+ dtype: string
24
+ - name: RobotsMali/soloni-114m-tdt-ctc-v0
25
+ dtype: string
26
+ - name: RobotsMali/soloni-114m-tdt-ctc-v1
27
+ dtype: string
28
+ - name: RobotsMali/stt-bm-quartznet15x5-v2
29
+ dtype: string
30
+ - name: soloni-114m-tdt-ctc-v2
31
+ dtype: string
32
+ splits:
33
+ - name: test
34
+ num_bytes: 20690456
35
+ num_examples: 45
36
+ download_size: 19975985
37
+ dataset_size: 20690456
38
+ ---
39
+ # Nyana-Eval Dataset
40
+
41
+ ## Dataset Description
42
+
43
+ **Nyana-Eval** is a compact, stratified evaluation subset for benchmarking Automatic Speech Recognition (ASR) models in Bambara. It consists of **45 audio recordings** totaling approximately **3.03 minutes** (0.05 hours), carefully selected to represent real-world linguistic and acoustic challenges in low-resource Bambara speech. This dataset is derived from the larger [RobotsMali/Bam_ASR_Eval_500](https://huggingface.co/datasets/RobotsMali/Bam_ASR_Eval_500) corpus and is optimized for quick, reproducible ASR testing.
44
+
45
+ Nyana-Eval is ideal for:
46
+ - Rapid evaluation of Bambara ASR models (e.g., WER/CER computation on diverse conditions).
47
+ - Human-assisted qualitative analysis (e.g., semantic fidelity, code-switching handling).
48
+ - Addressing gaps in low-resource settings: dialectal variations, noise, proper names, and code-mixing with French.
49
+
50
+ **Key Statistics**:
51
+ - **Total Samples**: 45 (balanced: 15 per source subset).
52
+ - **Total Duration**: ~3.03 minutes (average ~4.0 seconds per sample).
53
+ - **Audio Format**: Mono-channel WAV files at 16 kHz sampling rate.
54
+ - **Languages**: Primary: Bambara (Bamana); Secondary: French code-switching (~15% of samples).
55
+ - **License**: MIT License (open for research, commercial use with attribution).
56
+ - **Tags**: `audio`, `speech`, `asr`, `bambara`, `bamanan`, `low-resource`, `evaluation`, `human-evaluation`, `african-languages`.
57
+
58
+ Compiled by Robots Mali AI4D Lab, this dataset powers the human-comparative analysis in the [Bambara ASR Models Evaluation Report].
59
+
60
+ ## Dataset Structure
61
+
62
+ Nyana-Eval is a single-split dataset (default: `test`), with each entry including raw audio, duration, transcriptions (reference) and models transcriptions.
63
+
64
+ ### Features/Columns
65
+
66
+ | Column | Type | Description | Example Value |
67
+ |-----------------|----------|-----------------------------------------------------------------------------|---------------|
68
+ | `audio` | Audio | Raw audio waveform (array + sampling rate: 16 kHz) or file path. | `{"path": "1.1.wav", "array": [...], "sampling_rate": 16000}` |
69
+ | `duration` | Float64 | Length of the audio clip in seconds (range: 0.62s – 15s). | 3.45 |
70
+ | `references` | String | Bambara text | "nɔgɔ ye a ka tɔɔrɔ ye" |
71
+ | '8 * models transcriptions' | String | Bambara text transcription | |
72
+
73
+ ### Splits
74
+ - **Default Split**: Full 45 samples (`test` for evaluation).
75
+ - **Subsets by Source**: Balanced 15 samples each from the three parent subsets (see Sources below).
76
+
77
+ To load in Python (via Hugging Face Datasets):
78
+ ```python
79
+ from datasets import load_dataset
80
+ dataset = load_dataset("RobotsMali/nyana-eval", split="test")
81
+ print(len(dataset)) # Output: 45
82
+ print(dataset[0]) # Example: {'audio': ..., 'duration': 3.45, 'transcription': 'adama dusukasilen ye a sigi'}
83
+ ```
84
+
85
+ ## Sources and Compilation
86
+
87
+ Nyana-Eval is a **balanced subsample (15 per subset)** from the full 500-sample [RobotsMali/Bam_ASR_Eval_500](https://huggingface.co/datasets/RobotsMali/Bam_ASR_Eval_500) corpus (~36.69 minutes total). Selection criteria ensured diversity: voice variety (age/gender/accents), acoustic challenges (noise/volume/overlaps), and linguistic phenomena (code-switching, proper names, proverbs).
88
+
89
+ **Parent Subsets Breakdown** (15 samples each in Nyana-Eval):
90
+ - **Ref. 1: RobotsMali/kunkado (Hugging Face)** – 15 audios (~1.96 minutes scaled).
91
+ Semi-supervised interviews and spontaneous discourse. Source: [RobotsMali/kunkado](https://huggingface.co/datasets/RobotsMali/kunkado). Focus: Dialectal variations and natural flow.
92
+
93
+ - **Ref. 2: jeli-ASR street interviews subset** – 15 audios (~0.31 minutes scaled).
94
+ Griot traditions and urban interviews. Emphasizes oral storytelling, cultural terms, and hesitations.
95
+
96
+ - **Ref. 3: Extracts from An Bɛ Kalan app (Robots Mali)** – 15 audios (~3.34 minutes scaled).
97
+ User-generated readings from the Bambara learning app. Captures learner speech with occasional errors or pauses.
98
+
99
+ ## Metadata
100
+
101
+ ### General Metadata
102
+ - **Creator**: Robots Mali AI4D Lab
103
+ - **Version**: 1.0 (November 2025).
104
+ - **Creation Date**: Derived November 2025 from Bam_ASR_Eval_500.
105
+ - **Update Frequency**: Static (expansions via parent dataset).
106
+ - **Download Size**: ~25 MB (audios + metadata).
107
+ - **Ethical Notes**: Ethically sourced/anonymized; focuses on public-domain cultural speech. For research; cite Robots Mali.
108
+
109
+ ### Linguistic Metadata
110
+ - **Dialect Coverage**: Urban Bamana (Bamako-influenced) with rural elements.
111
+ - **Phonetic Coverage**: Tones, nasals, contractions; with OOD proper names (e.g., "Sunjata," "Traoré").
112
+ - **Challenges Represented**:
113
+ - Code-switching: samples (e.g., "Segou ville").
114
+ - Noise/Overlaps: (e.g., low-volume interviews, multi-speaker).
115
+ - Human Eval Focus: 45 samples scored 0-3 + bonuses for fidelity, names, switching, robustness.
116
+
117
+ ### Evaluation Metadata
118
+ - **WER Baselines**: From report – Soloni-v2: 36.07%; QuartzNet-v0: 65.42% (greedy decoding).
119
+ - **Human Scores**: Aggregated 0-135 scale; e.g., Soloni-v2: 53 (top performer).
120
+ - **Stats per Subset** (scaled to 15 samples):
121
+ | Subset | Samples | Avg. Duration (s) | Avg. Transcription Length (chars) | % Challenging (Noise/Switching) |
122
+ |-------------|---------|-------------------|----------------------------------|--------------------------------|
123
+ | kunkado | 15 | 7.87 | 48 | 30% |
124
+ | jeli-ASR | 15 | 1.24 | 32 | 50% |
125
+ | An Bɛ Kalan| 15 | 13.44 | 56 | 20% |
126
+
127
+ ## Related Resources
128
+ - **Parent Dataset**: [RobotsMali/Bam_ASR_Eval_500](https://huggingface.co/datasets/RobotsMali/Bam_ASR_Eval_500) (full 500 samples).
129
+ - **Models**: Test with [RobotsMali ASR models](https://huggingface.co/RobotsMali/models)
130
+ - **App**: Collect similar data via [An Bɛ Kalan](https://play.google.com/store/apps/details?id=com.robotsmali.anbekalan).
131
+
132
+ This README is self-contained; explore the attached report PDF for detailed human annotations and model rankings on these exact 45 samples!