Hani89 commited on
Commit
5bc3b16
·
1 Parent(s): d0df488

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -29,6 +29,19 @@ dataset_info:
29
  download_size: 3882364624
30
  dataset_size: 3905195104
31
  ---
32
- # Dataset Card for "medical_recording_dataset"
 
 
 
33
 
34
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
29
  download_size: 3882364624
30
  dataset_size: 3905195104
31
  ---
32
+ **Data Source**
33
+ [Kaggle Medical Speech, Transcription, and Intent](https://www.kaggle.com/datasets/paultimothymooney/medical-speech-transcription-and-intent "Visit Original Dataset Page on Kaggle")
34
+ **Context**
35
+ 8.5 hours of audio utterances paired with text for common medical symptoms.
36
 
37
+ **Content**
38
+ 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.
39
+
40
+ 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.
41
+
42
+ 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.
43
+
44
+ This dataset contains both the audio utterances and corresponding transcriptions.
45
+
46
+ **What's new**
47
+ The data is resample to 16K and splited into train & test.