davidberenstein1957 HF staff commited on
Commit
39ff58c
·
1 Parent(s): 24e86f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -42,4 +50,30 @@ dataset_info:
42
  ---
43
  # Dataset Card for "medical-keywords"
44
 
45
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 100K<n<1M
6
+ source_datasets:
7
+ - original
8
+ task_categories:
9
+ - token-classification
10
  dataset_info:
11
  features:
12
  - name: text
 
50
  ---
51
  # Dataset Card for "medical-keywords"
52
 
53
+ ## Dataset Description
54
+
55
+ - **Homepage:** Kaggle Challenge
56
+ - **Repository:** https://www.kaggle.com/datasets/tboyle10/medicaltranscriptions
57
+ - **Paper:** N.A.
58
+ - **Leaderboard:** N.A.
59
+ - **Point of Contact:** N.A.
60
+
61
+ ### Dataset Summary
62
+
63
+ Medical transcription data scraped from mtsamples.com
64
+ Medical data is extremely hard to find due to HIPAA privacy regulations. This dataset offers a solution by providing medical transcription samples.
65
+ This dataset contains sample medical transcriptions for various medical specialties.
66
+
67
+ ### Languages
68
+
69
+ english
70
+
71
+ ### Citation Information
72
+
73
+ Acknowledgements
74
+
75
+ Medical transcription data scraped from mtsamples.com
76
+
77
+ ### Contributions
78
+
79
+ Thanks to [@davidberenstein1957](https://github.com/davidberenstein1957) for adding this dataset.