Hani89 commited on
Commit
c9b6a21
·
1 Parent(s): 5dd6449

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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 phrase__
58
- *All Audios are loaded into the DatasetDict as an 1D array, float32__
59
- *All Audios are resampled into 16K__
 
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>