Update README.md
Browse files
README.md
CHANGED
@@ -38,22 +38,22 @@ tags:
|
|
38 |
size_categories:
|
39 |
- 1K<n<10K
|
40 |
---
|
41 |
-
**Data Source
|
42 |
-
[Kaggle Medical Speech, Transcription, and Intent](https://www.kaggle.com/datasets/paultimothymooney/medical-speech-transcription-and-intent "Visit Original Dataset Page on Kaggle")
|
43 |
|
44 |
-
**Context
|
45 |
-
>8.5 hours of audio utterances paired with text for common medical symptoms
|
46 |
|
47 |
-
**Content
|
48 |
-
>This data contains thousands of audio utterances for common medical symptoms like “knee pain” or “headache,” totaling more than 8 hours in aggregate. Each utterance was created by individual human contributors based on a given symptom. These audio snippets can be used to train conversational agents in the medical field
|
49 |
>
|
50 |
-
>This Figure Eight dataset was created via a multi-job workflow. The first involved contributors writing text phrases to describe symptoms given. For example, for “headache,” a contributor might write “I need help with my migraines.” Subsequent jobs captured audio utterances for accepted text strings
|
51 |
>
|
52 |
-
>Note that some of the labels are incorrect and some of the audio files have poor quality. I would recommend cleaning the dataset before training any machine learning models
|
53 |
>
|
54 |
-
>This dataset contains both the audio utterances and corresponding transcriptions
|
55 |
|
56 |
-
**What's new
|
57 |
-
*The data is clean from all columns except for the file_path and
|
58 |
-
*All Audios are loaded into the DatasetDict as an 1D array,
|
59 |
-
*All Audios are resampled into
|
|
|
38 |
size_categories:
|
39 |
- 1K<n<10K
|
40 |
---
|
41 |
+
**Data Source**<br>
|
42 |
+
[Kaggle Medical Speech, Transcription, and Intent](https://www.kaggle.com/datasets/paultimothymooney/medical-speech-transcription-and-intent "Visit Original Dataset Page on Kaggle")<br>
|
43 |
|
44 |
+
**Context**<br>
|
45 |
+
>8.5 hours of audio utterances paired with text for common medical symptoms.<br>
|
46 |
|
47 |
+
**Content**<br>
|
48 |
+
>This data contains thousands of audio utterances for common medical symptoms like “knee pain” or “headache,” totaling more than 8 hours in aggregate. Each utterance was created by individual human contributors based on a given symptom. These audio snippets can be used to train conversational agents in the medical field.<br>
|
49 |
>
|
50 |
+
>This Figure Eight dataset was created via a multi-job workflow. The first involved contributors writing text phrases to describe symptoms given. For example, for “headache,” a contributor might write “I need help with my migraines.” Subsequent jobs captured audio utterances for accepted text strings.<br>
|
51 |
>
|
52 |
+
>Note that some of the labels are incorrect and some of the audio files have poor quality. I would recommend cleaning the dataset before training any machine learning models.<br>
|
53 |
>
|
54 |
+
>This dataset contains both the audio utterances and corresponding transcriptions.<br>
|
55 |
|
56 |
+
**What's new**<br>
|
57 |
+
*The data is clean from all columns except for the file_path and phrase<br>
|
58 |
+
*All Audios are loaded into the DatasetDict as an 1D array, float32<br>
|
59 |
+
*All Audios are resampled into 16K<br>
|