prithivMLmods commited on
Commit
c2e2c17
·
verified ·
1 Parent(s): deb7659

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -16,4 +16,46 @@ tags:
16
  - synthetic
17
  size_categories:
18
  - 10K<n<100K
19
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  - synthetic
17
  size_categories:
18
  - 10K<n<100K
19
+ ---
20
+ # **Medi-Science Dataset**
21
+
22
+ ## Overview
23
+ This dataset, created by prithivMLmods, focuses on medical science, specifically addressing questions related to Glaucoma. It is designed for tasks such as text generation, question answering, and summarization in the medical domain.
24
+
25
+ ## Dataset Details
26
+
27
+ ### Tasks
28
+ - Text Generation
29
+ - Question Answering
30
+ - Summarization
31
+
32
+ ### Dataset Size
33
+
34
+ - **Train**: 16.4k rows
35
+
36
+ ### Language
37
+ - English
38
+
39
+ ## Dataset Content
40
+
41
+ ### Example Questions and Answers
42
+ - **Question**: What is Glaucoma?
43
+ - **Answer**: Glaucoma is a group of diseases that can damage the eye's optic nerve and result in vision loss and...
44
+
45
+ - **Question**: What causes Glaucoma?
46
+ - **Answer**: Nearly 2.7 million people have glaucoma, a leading cause of blindness in the United States. Although...
47
+
48
+ - **Question**: What are the symptoms of Glaucoma?
49
+ - **Answer**: Symptoms of Glaucoma Glaucoma can develop in one or both eyes. The most common type of glaucoma, open-...
50
+
51
+ - **Question**: What are the treatments for Glaucoma?
52
+ - **Answer**: Although open-angle glaucoma cannot be cured, it can usually be controlled. While treatments may...
53
+
54
+ ## Usage
55
+ To use this dataset, you can load it via the Hugging Face Datasets library:
56
+
57
+ ```python
58
+ from datasets import load_dataset
59
+
60
+ dataset = load_dataset("prithivMLmods/Medi-Science")
61
+ ```