Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ Nyana-Eval is ideal for:
|
|
| 59 |
**Key Statistics**:
|
| 60 |
- **Total Samples**: 45 (balanced: 15 per source subset).
|
| 61 |
- **Total Duration**: ~3.03 minutes (average ~4.0 seconds per sample).
|
| 62 |
-
- **Audio Format**: Mono-channel WAV files at 16
|
| 63 |
- **Languages**: Primary: Bambara (Bamana); Secondary: French code-switching (~15% of samples).
|
| 64 |
- **License**: CC-BY-4.0 License (open for research, commercial use with attribution).
|
| 65 |
|
|
@@ -73,7 +73,7 @@ Nyana-Eval is a single-split dataset (default: `test`), with each entry includin
|
|
| 73 |
|
| 74 |
| Column | Type | Description | Example Value |
|
| 75 |
|-----------------|----------|-----------------------------------------------------------------------------|---------------|
|
| 76 |
-
| `audio` | Audio | Raw audio waveform (array + sampling rate: 16
|
| 77 |
| `duration` | Float64 | Length of the audio clip in seconds (range: 0.62s – 15s). | 3.45 |
|
| 78 |
| `references` | String | Bambara text | "nɔgɔ ye a ka tɔɔrɔ ye" |
|
| 79 |
| '8 * models transcriptions' | String | ASR provised transcriptions | |
|
|
@@ -102,7 +102,7 @@ Nyana-Eval is a **balanced subsample (15 per subset)** from the full 500-sample
|
|
| 102 |
Street interviews Subset from the jeli-asr project. Source: [jeli-asr](https://github.com/robotsmali-ai/jeli-asr/)
|
| 103 |
|
| 104 |
- **Ref. 3: Readings of Excerpts from An Bɛ Kalan app (RobotsMali)** – 220 audios (~20.06 minutes).
|
| 105 |
-
User-generated readings and interactions from the mobile app for Bambara learning, captures learner speech with occasional errors or pauses. source: [https://github.com/Robotsmali-ai/an-be-kalan
|
| 106 |
|
| 107 |
## Metadata
|
| 108 |
|
|
|
|
| 59 |
**Key Statistics**:
|
| 60 |
- **Total Samples**: 45 (balanced: 15 per source subset).
|
| 61 |
- **Total Duration**: ~3.03 minutes (average ~4.0 seconds per sample).
|
| 62 |
+
- **Audio Format**: Mono-channel WAV files at 16 or 44.1k kHz sampling rate.
|
| 63 |
- **Languages**: Primary: Bambara (Bamana); Secondary: French code-switching (~15% of samples).
|
| 64 |
- **License**: CC-BY-4.0 License (open for research, commercial use with attribution).
|
| 65 |
|
|
|
|
| 73 |
|
| 74 |
| Column | Type | Description | Example Value |
|
| 75 |
|-----------------|----------|-----------------------------------------------------------------------------|---------------|
|
| 76 |
+
| `audio` | Audio | Raw audio waveform (array + sampling rate: 16 or 44.1k kHz) or file path. | `{"path": "1.1.wav", "array": [...], "sampling_rate": 16000}` |
|
| 77 |
| `duration` | Float64 | Length of the audio clip in seconds (range: 0.62s – 15s). | 3.45 |
|
| 78 |
| `references` | String | Bambara text | "nɔgɔ ye a ka tɔɔrɔ ye" |
|
| 79 |
| '8 * models transcriptions' | String | ASR provised transcriptions | |
|
|
|
|
| 102 |
Street interviews Subset from the jeli-asr project. Source: [jeli-asr](https://github.com/robotsmali-ai/jeli-asr/)
|
| 103 |
|
| 104 |
- **Ref. 3: Readings of Excerpts from An Bɛ Kalan app (RobotsMali)** – 220 audios (~20.06 minutes).
|
| 105 |
+
User-generated readings and interactions from the mobile app for Bambara learning, captures learner speech with occasional errors or pauses. source: [RobotsMali-AI/an-be-kalan](https://github.com/Robotsmali-ai/an-be-kalan)
|
| 106 |
|
| 107 |
## Metadata
|
| 108 |
|