Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -46,13 +46,13 @@ This dataset contains 102 short audio samples of spoken Kinyarwanda words, each
|
|
46 |
## Structure
|
47 |
|
48 |
- `audio/`: Contains 102 `.wav` files (mono, 16kHz)
|
49 |
-
- `transcripts.txt`: Tab-separated transcription file (e.g., `001.wav\tmuraho
|
50 |
- `manifest.jsonl`: JSONL file with audio paths and text labels (compatible with 🤗 Datasets and Whisper training scripts)
|
51 |
|
52 |
## Example
|
53 |
|
54 |
```json
|
55 |
-
{"audio_filepath": "audio/001.wav", "text": "muraho
|
56 |
```
|
57 |
|
58 |
## Usage
|
|
|
46 |
## Structure
|
47 |
|
48 |
- `audio/`: Contains 102 `.wav` files (mono, 16kHz)
|
49 |
+
- `transcripts.txt`: Tab-separated transcription file (e.g., `001.wav\tmuraho`)
|
50 |
- `manifest.jsonl`: JSONL file with audio paths and text labels (compatible with 🤗 Datasets and Whisper training scripts)
|
51 |
|
52 |
## Example
|
53 |
|
54 |
```json
|
55 |
+
{"audio_filepath": "audio/001.wav", "text": "muraho"}
|
56 |
```
|
57 |
|
58 |
## Usage
|