Add dataset card with subset configurations
Browse files
README.md
CHANGED
|
@@ -35,49 +35,11 @@ dataset_info:
|
|
| 35 |
dtype:
|
| 36 |
audio:
|
| 37 |
sampling_rate: 16000
|
|
|
|
|
|
|
| 38 |
splits:
|
| 39 |
download_size: 0
|
| 40 |
dataset_size: 0
|
| 41 |
-
- config_name: original
|
| 42 |
-
features:
|
| 43 |
-
- name: md5_text
|
| 44 |
-
dtype: string
|
| 45 |
-
- name: file_name
|
| 46 |
-
dtype: string
|
| 47 |
-
- name: md5_audio
|
| 48 |
-
dtype: string
|
| 49 |
-
- name: duration
|
| 50 |
-
dtype: float32
|
| 51 |
-
- name: text
|
| 52 |
-
dtype: string
|
| 53 |
-
- name: audio_language
|
| 54 |
-
dtype: string
|
| 55 |
-
- name: text_language
|
| 56 |
-
dtype: string
|
| 57 |
-
- name: session_id
|
| 58 |
-
dtype: string
|
| 59 |
-
- name: speaker
|
| 60 |
-
dtype: string
|
| 61 |
-
- name: type_concept
|
| 62 |
-
dtype: string
|
| 63 |
-
- name: recording_context
|
| 64 |
-
dtype: string
|
| 65 |
-
- name: medical_entities
|
| 66 |
-
dtype: string
|
| 67 |
-
- name: filename
|
| 68 |
-
dtype: string
|
| 69 |
-
- name: original_path
|
| 70 |
-
dtype: string
|
| 71 |
-
- name: audio
|
| 72 |
-
dtype:
|
| 73 |
-
audio:
|
| 74 |
-
sampling_rate: 16000
|
| 75 |
-
splits:
|
| 76 |
-
- name: test
|
| 77 |
-
num_bytes: 250000000
|
| 78 |
-
num_examples: 500
|
| 79 |
-
download_size: 212500000
|
| 80 |
-
dataset_size: 250000000
|
| 81 |
- config_name: denoised
|
| 82 |
features:
|
| 83 |
- name: md5_text
|
|
@@ -112,6 +74,8 @@ dataset_info:
|
|
| 112 |
dtype:
|
| 113 |
audio:
|
| 114 |
sampling_rate: 16000
|
|
|
|
|
|
|
| 115 |
splits:
|
| 116 |
- name: test
|
| 117 |
num_bytes: 250000000
|
|
@@ -119,10 +83,6 @@ dataset_info:
|
|
| 119 |
download_size: 212500000
|
| 120 |
dataset_size: 250000000
|
| 121 |
configs:
|
| 122 |
-
- config_name: original
|
| 123 |
-
data_files:
|
| 124 |
-
- split: test
|
| 125 |
-
path: original/test-*
|
| 126 |
- config_name: denoised
|
| 127 |
data_files:
|
| 128 |
- split: test
|
|
@@ -137,16 +97,16 @@ tags:
|
|
| 137 |
- audio
|
| 138 |
- speech
|
| 139 |
- asr
|
| 140 |
-
pretty_name:
|
| 141 |
size_categories:
|
| 142 |
-
-
|
| 143 |
---
|
| 144 |
|
| 145 |
-
#
|
| 146 |
|
| 147 |
## Dataset Description
|
| 148 |
|
| 149 |
-
This dataset contains
|
| 150 |
The dataset includes audio data.
|
| 151 |
|
| 152 |
## Dataset Structure
|
|
@@ -155,8 +115,6 @@ The dataset includes audio data.
|
|
| 155 |
|
| 156 |
This dataset includes the following subsets:
|
| 157 |
|
| 158 |
-
- **original**: 500 samples
|
| 159 |
-
- test: 500 samples
|
| 160 |
- **denoised**: 500 samples
|
| 161 |
- test: 500 samples
|
| 162 |
|
|
@@ -167,10 +125,10 @@ Load specific subset and split:
|
|
| 167 |
from datasets import load_dataset
|
| 168 |
|
| 169 |
# Load specific subset and split
|
| 170 |
-
dataset = load_dataset('sujalappa/denoised-evaluation-dataset', '
|
| 171 |
|
| 172 |
# Load all splits from a subset
|
| 173 |
-
dataset = load_dataset('sujalappa/denoised-evaluation-dataset', '
|
| 174 |
|
| 175 |
# Load everything
|
| 176 |
dataset = load_dataset('sujalappa/denoised-evaluation-dataset')
|
|
@@ -178,7 +136,7 @@ dataset = load_dataset('sujalappa/denoised-evaluation-dataset')
|
|
| 178 |
|
| 179 |
## Dataset Creation
|
| 180 |
|
| 181 |
-
This dataset was created using StreamableDatasetManager on 2025-09-
|
| 182 |
|
| 183 |
### Data Fields
|
| 184 |
|
|
@@ -198,11 +156,12 @@ The dataset includes the following columns:
|
|
| 198 |
- **filename**: String data
|
| 199 |
- **original_path**: String data
|
| 200 |
- **audio**: Audio data (16kHz sampling rate)
|
|
|
|
| 201 |
|
| 202 |
## Technical Details
|
| 203 |
|
| 204 |
-
- **Total samples**:
|
| 205 |
- **Shard length**: 500
|
| 206 |
-
- **Number of subsets**:
|
| 207 |
- **Number of splits**: 2
|
| 208 |
- **Audio format**: 16kHz sampling rate
|
|
|
|
| 35 |
dtype:
|
| 36 |
audio:
|
| 37 |
sampling_rate: 16000
|
| 38 |
+
- name: is_denoised
|
| 39 |
+
dtype: int64
|
| 40 |
splits:
|
| 41 |
download_size: 0
|
| 42 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
- config_name: denoised
|
| 44 |
features:
|
| 45 |
- name: md5_text
|
|
|
|
| 74 |
dtype:
|
| 75 |
audio:
|
| 76 |
sampling_rate: 16000
|
| 77 |
+
- name: is_denoised
|
| 78 |
+
dtype: int64
|
| 79 |
splits:
|
| 80 |
- name: test
|
| 81 |
num_bytes: 250000000
|
|
|
|
| 83 |
download_size: 212500000
|
| 84 |
dataset_size: 250000000
|
| 85 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
- config_name: denoised
|
| 87 |
data_files:
|
| 88 |
- split: test
|
|
|
|
| 97 |
- audio
|
| 98 |
- speech
|
| 99 |
- asr
|
| 100 |
+
pretty_name: Denoised Subset Fixed
|
| 101 |
size_categories:
|
| 102 |
+
- n<1K
|
| 103 |
---
|
| 104 |
|
| 105 |
+
# Denoised Subset Fixed
|
| 106 |
|
| 107 |
## Dataset Description
|
| 108 |
|
| 109 |
+
This dataset contains 500 samples organized across multiple splits and 1 subsets.
|
| 110 |
The dataset includes audio data.
|
| 111 |
|
| 112 |
## Dataset Structure
|
|
|
|
| 115 |
|
| 116 |
This dataset includes the following subsets:
|
| 117 |
|
|
|
|
|
|
|
| 118 |
- **denoised**: 500 samples
|
| 119 |
- test: 500 samples
|
| 120 |
|
|
|
|
| 125 |
from datasets import load_dataset
|
| 126 |
|
| 127 |
# Load specific subset and split
|
| 128 |
+
dataset = load_dataset('sujalappa/denoised-evaluation-dataset', 'denoised', split='train')
|
| 129 |
|
| 130 |
# Load all splits from a subset
|
| 131 |
+
dataset = load_dataset('sujalappa/denoised-evaluation-dataset', 'denoised')
|
| 132 |
|
| 133 |
# Load everything
|
| 134 |
dataset = load_dataset('sujalappa/denoised-evaluation-dataset')
|
|
|
|
| 136 |
|
| 137 |
## Dataset Creation
|
| 138 |
|
| 139 |
+
This dataset was created using StreamableDatasetManager on 2025-09-28T14:17:41.346363.
|
| 140 |
|
| 141 |
### Data Fields
|
| 142 |
|
|
|
|
| 156 |
- **filename**: String data
|
| 157 |
- **original_path**: String data
|
| 158 |
- **audio**: Audio data (16kHz sampling rate)
|
| 159 |
+
- **is_denoised**: Int64 data
|
| 160 |
|
| 161 |
## Technical Details
|
| 162 |
|
| 163 |
+
- **Total samples**: 500
|
| 164 |
- **Shard length**: 500
|
| 165 |
+
- **Number of subsets**: 1
|
| 166 |
- **Number of splits**: 2
|
| 167 |
- **Audio format**: 16kHz sampling rate
|