venetis commited on
Commit
ce75cb6
1 Parent(s): 93ae561

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: labels
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': emotional pain
11
+ '1': hair falling out
12
+ '2': heart hurts
13
+ '3': infected wound
14
+ '4': foot ache
15
+ '5': shoulder pain
16
+ '6': injury from sports
17
+ '7': skin issue
18
+ '8': stomach ache
19
+ '9': knee pain
20
+ '10': joint pain
21
+ '11': hard to breath
22
+ '12': head ache
23
+ '13': body feels weak
24
+ '14': feeling dizzy
25
+ '15': back pain
26
+ '16': open wound
27
+ '17': internal pain
28
+ '18': blurry vision
29
+ '19': acne
30
+ '20': muscle pain
31
+ '21': neck pain
32
+ '22': cough
33
+ '23': ear ache
34
+ '24': feeling cold
35
+ splits:
36
+ - name: train
37
+ num_bytes: 330494.3762197868
38
+ num_examples: 5328
39
+ - name: test
40
+ num_bytes: 41373.82675273983
41
+ num_examples: 667
42
+ - name: valid
43
+ num_bytes: 41311.79702747335
44
+ num_examples: 666
45
+ download_size: 144224
46
+ dataset_size: 413180.0
47
+ ---
48
+ # Dataset Card for "symptom_text_to_disease_mk4"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)