lipaoMai commited on
Commit
0da2571
1 Parent(s): c6795de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: patient_id
5
+ dtype: int64
6
+ - name: drugName
7
+ dtype: string
8
+ - name: condition
9
+ dtype: string
10
+ - name: review
11
+ dtype: string
12
+ - name: rating
13
+ dtype: float64
14
+ - name: date
15
+ dtype: string
16
+ - name: usefulCount
17
+ dtype: int64
18
+ splits:
19
+ - name: test
20
+ num_bytes: 28367208
21
+ num_examples: 53471
22
+ - name: train
23
+ num_bytes: 85172055
24
+ num_examples: 160398
25
+ download_size: 63481104
26
+ dataset_size: 113539263
27
+ ---
28
+ # Dataset Card for "drug_one_1dataset"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)