Update README
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ dataset_info:
|
|
| 14 |
dtype: string
|
| 15 |
splits:
|
| 16 |
- name: train
|
| 17 |
-
num_examples:
|
| 18 |
task_categories:
|
| 19 |
- automatic-speech-recognition
|
| 20 |
- text-to-speech
|
|
@@ -30,8 +30,8 @@ Audio dataset with transcriptions for voice training.
|
|
| 30 |
|
| 31 |
## Latest Upload: task_1770352558371
|
| 32 |
|
| 33 |
-
- **Samples**:
|
| 34 |
-
- **Parquet files**:
|
| 35 |
- **ZIP file**: `task_1770352558371/dataset_audio.zip`
|
| 36 |
- **Metadata**: `task_1770352558371/metadata.json`
|
| 37 |
|
|
@@ -40,8 +40,8 @@ Audio dataset with transcriptions for voice training.
|
|
| 40 |
Files are organized by task ID:
|
| 41 |
```
|
| 42 |
task_1770352558371/
|
| 43 |
-
├── train-00000-of-
|
| 44 |
-
├── train-00001-of-
|
| 45 |
├── ...
|
| 46 |
├── dataset_audio.zip
|
| 47 |
└── metadata.json
|
|
@@ -86,8 +86,8 @@ audio_array, sr = sf.read(io.BytesIO(audio_bytes))
|
|
| 86 |
|
| 87 |
## Stats
|
| 88 |
|
| 89 |
-
- **Total samples**:
|
| 90 |
-
- **Parquet files**:
|
| 91 |
- **Format**: WAV (binary bytes)
|
| 92 |
|
| 93 |
Created with automated pipeline: Whisper → YAMNet → BS-RoFormer
|
|
|
|
| 14 |
dtype: string
|
| 15 |
splits:
|
| 16 |
- name: train
|
| 17 |
+
num_examples: 2099
|
| 18 |
task_categories:
|
| 19 |
- automatic-speech-recognition
|
| 20 |
- text-to-speech
|
|
|
|
| 30 |
|
| 31 |
## Latest Upload: task_1770352558371
|
| 32 |
|
| 33 |
+
- **Samples**: 2099
|
| 34 |
+
- **Parquet files**: 5
|
| 35 |
- **ZIP file**: `task_1770352558371/dataset_audio.zip`
|
| 36 |
- **Metadata**: `task_1770352558371/metadata.json`
|
| 37 |
|
|
|
|
| 40 |
Files are organized by task ID:
|
| 41 |
```
|
| 42 |
task_1770352558371/
|
| 43 |
+
├── train-00000-of-00005.parquet
|
| 44 |
+
├── train-00001-of-00005.parquet
|
| 45 |
├── ...
|
| 46 |
├── dataset_audio.zip
|
| 47 |
└── metadata.json
|
|
|
|
| 86 |
|
| 87 |
## Stats
|
| 88 |
|
| 89 |
+
- **Total samples**: 2099
|
| 90 |
+
- **Parquet files**: 5
|
| 91 |
- **Format**: WAV (binary bytes)
|
| 92 |
|
| 93 |
Created with automated pipeline: Whisper → YAMNet → BS-RoFormer
|