Kiwihead15 commited on
Commit
006cce5
1 Parent(s): 96bc77b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: 'Unnamed: 0'
12
+ dtype: int64
13
+ - name: drugName
14
+ dtype: string
15
+ - name: condition
16
+ dtype: string
17
+ - name: review
18
+ dtype: string
19
+ - name: rating
20
+ dtype: float64
21
+ - name: date
22
+ dtype: string
23
+ - name: usefulCount
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 87127581
28
+ num_examples: 161297
29
+ - name: test
30
+ num_bytes: 29016870
31
+ num_examples: 53766
32
+ download_size: 67045685
33
+ dataset_size: 116144451
34
+ ---
35
+ # Dataset Card for "ill-patiences"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)