fhai50032 commited on
Commit
82ea945
1 Parent(s): e2c397f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -7,14 +7,20 @@ tags:
7
  size_categories:
8
  - 100K<n<1M
9
  ---
10
- source -> dhivyeshrk/Disease-Symptom-Extensive-Clean
11
- ##context sample
 
 
 
12
  {
13
- "query": "Having these specific symptoms :-> anxiety and nervousness ,depression ,shortness of breath ,depressive or psychotic symptoms ,dizziness ,palpitations ,irregular heartbeat ,breathing fast may indicate",
14
- "response": " You may have panic disorder"
15
- },
16
- ##Raw sample
 
 
17
  {
18
- "query": "dizziness ,abnormal involuntary movements ,headache ,diminished vision ",
19
  "response": "pseudotumor cerebri"
20
- },
 
 
7
  size_categories:
8
  - 100K<n<1M
9
  ---
10
+ ## Source
11
+ [Disease-Symptom-Extensive-Clean](https://huggingface.co/datasets/dhivyeshrk/Disease-Symptom-Extensive-Clean)
12
+
13
+ ## Context Sample
14
+ ```json
15
  {
16
+ "query": "Having these specific symptoms: anxiety and nervousness, depression, shortness of breath, depressive or psychotic symptoms, dizziness, palpitations, irregular heartbeat, breathing fast may indicate",
17
+ "response": "You may have panic disorder"
18
+ }
19
+ ```
20
+ ## Raw Sample
21
+ ```json
22
  {
23
+ "query": "dizziness, abnormal involuntary movements, headache, diminished vision",
24
  "response": "pseudotumor cerebri"
25
+ }
26
+ ```