Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -38,14 +38,15 @@ The dataset includes the following metadata columns:
|
|
38 |
|
39 |
| Column Name | Description |
|
40 |
|----------------------------------|-------------|
|
|
|
|
|
41 |
| `humming_song` | The song or source from which the humming was derived. |
|
42 |
| `humming_Interpreter` | The individual or source providing the humming. More info in [`MLEndHWD_Interpreter_Demographics.csv`](https://huggingface.co/datasets/CuriousMonkey7/HumSpeechBlend/blob/main/MLEndHWD_Interpreter_Demographics.csv) |
|
43 |
| `humming_audio_used` | humming audio path in the original dataset. |
|
44 |
| `humming_transcript` | Transcription of the humming from whisper-large-v3-turbo. |
|
45 |
| `globalrecordings_audio_used` | Speech segment sourced from Global Recordings Network. |
|
46 |
| `globalrecordings_audio_ts_used` | The start and end timestamps of the speech segment in the original recording. |
|
47 |
-
|
48 |
-
| `mixed_audio_speech_ts` | The timestamps where speech appears within the mixed audio file. |
|
49 |
|
50 |
|
51 |
## 📥 Download and Usage
|
|
|
38 |
|
39 |
| Column Name | Description |
|
40 |
|----------------------------------|-------------|
|
41 |
+
| `file_name` | The path to the final mixed audio file (humming + speech). |
|
42 |
+
| `speech_ts` | The timestamps where speech appears within the mixed audio file. |
|
43 |
| `humming_song` | The song or source from which the humming was derived. |
|
44 |
| `humming_Interpreter` | The individual or source providing the humming. More info in [`MLEndHWD_Interpreter_Demographics.csv`](https://huggingface.co/datasets/CuriousMonkey7/HumSpeechBlend/blob/main/MLEndHWD_Interpreter_Demographics.csv) |
|
45 |
| `humming_audio_used` | humming audio path in the original dataset. |
|
46 |
| `humming_transcript` | Transcription of the humming from whisper-large-v3-turbo. |
|
47 |
| `globalrecordings_audio_used` | Speech segment sourced from Global Recordings Network. |
|
48 |
| `globalrecordings_audio_ts_used` | The start and end timestamps of the speech segment in the original recording. |
|
49 |
+
|
|
|
50 |
|
51 |
|
52 |
## 📥 Download and Usage
|