Update README.md
Browse files
README.md
CHANGED
@@ -42,16 +42,18 @@ size_categories:
|
|
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
|
|
|
|
|
|
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 phrase.
|
58 |
+
*All Audios are loaded into the DatasetDict as an 1D array, float32
|
59 |
+
*All Audios are resampled into 16K
|