Harish-as-harry commited on
Commit
475ce23
·
verified ·
1 Parent(s): 51ba02c

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +86 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:347c8090b33c1163d3cff05f080e4ca9f966251fefdf9f575c6cb86fb6e67d69
3
+ size 537792
dataset_info.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "arrow",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "drug-review-dataset",
6
+ "dataset_size": 109828622,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/forwins/Drug-Review-Dataset@3515806a195dac3faf2014715b37f78ce3ee8c4a/json-train.arrow": {
10
+ "num_bytes": 66055776,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/forwins/Drug-Review-Dataset@3515806a195dac3faf2014715b37f78ce3ee8c4a/json-validation.arrow": {
14
+ "num_bytes": 16443600,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/forwins/Drug-Review-Dataset@3515806a195dac3faf2014715b37f78ce3ee8c4a/json-test.arrow": {
18
+ "num_bytes": 27464248,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 109963624,
23
+ "features": {
24
+ "patient_id": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "drugName": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "condition": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "review": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "rating": {
41
+ "dtype": "float64",
42
+ "_type": "Value"
43
+ },
44
+ "date": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "usefulCount": {
49
+ "dtype": "int64",
50
+ "_type": "Value"
51
+ },
52
+ "review_length": {
53
+ "dtype": "int64",
54
+ "_type": "Value"
55
+ }
56
+ },
57
+ "homepage": "",
58
+ "license": "",
59
+ "size_in_bytes": 219792246,
60
+ "splits": {
61
+ "train": {
62
+ "name": "train",
63
+ "num_bytes": 65975578,
64
+ "num_examples": 110811,
65
+ "dataset_name": "drug-review-dataset"
66
+ },
67
+ "validation": {
68
+ "name": "validation",
69
+ "num_bytes": 16422578,
70
+ "num_examples": 27703,
71
+ "dataset_name": "drug-review-dataset"
72
+ },
73
+ "test": {
74
+ "name": "test",
75
+ "num_bytes": 27430466,
76
+ "num_examples": 46108,
77
+ "dataset_name": "drug-review-dataset"
78
+ }
79
+ },
80
+ "version": {
81
+ "version_str": "0.0.0",
82
+ "major": 0,
83
+ "minor": 0,
84
+ "patch": 0
85
+ }
86
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "7469af16e1d73470",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }