Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
gabrielbianchin commited on
Commit
f7474cd
·
verified ·
1 Parent(s): 7e5192f

Upload dataset

Browse files
README.md CHANGED
@@ -7,6 +7,14 @@ tags:
7
  - blood-brain-barrier
8
  - graph-neural-network
9
  configs:
 
 
 
 
 
 
 
 
10
  - config_name: regression
11
  data_files:
12
  - split: train
@@ -16,7 +24,29 @@ configs:
16
  - split: test
17
  path: regression/test-*
18
  dataset_info:
19
- config_name: regression
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  features:
21
  - name: SMILES
22
  dtype: string
 
7
  - blood-brain-barrier
8
  - graph-neural-network
9
  configs:
10
+ - config_name: classification
11
+ data_files:
12
+ - split: train
13
+ path: classification/train-*
14
+ - split: validation
15
+ path: classification/validation-*
16
+ - split: test
17
+ path: classification/test-*
18
  - config_name: regression
19
  data_files:
20
  - split: train
 
24
  - split: test
25
  path: regression/test-*
26
  dataset_info:
27
+ - config_name: classification
28
+ features:
29
+ - name: SMILES
30
+ dtype: string
31
+ - name: label
32
+ dtype: int64
33
+ - name: InChI_Key
34
+ dtype: string
35
+ - name: scaffold
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 1040685
40
+ num_examples: 7593
41
+ - name: validation
42
+ num_bytes: 106674
43
+ num_examples: 727
44
+ - name: test
45
+ num_bytes: 136667
46
+ num_examples: 942
47
+ download_size: 515702
48
+ dataset_size: 1284026
49
+ - config_name: regression
50
  features:
51
  - name: SMILES
52
  dtype: string
classification/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec53f37aa929a167bc17efb0dc8fb416a2aff384815182067fbdbc72934d04d
3
+ size 54986
classification/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d319f0b680fdd7474ab65db4f1eab79dabd9877537d2a9a99ffdb539a204f8f
3
+ size 413338
classification/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae56d6a97fb2182b9d0aa191023b3f44f3cd0d30910e26164a048ab1e3f4967
3
+ size 47378