Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
README.md
CHANGED
@@ -10,6 +10,108 @@ tags:
|
|
10 |
pretty_name: SaganMC
|
11 |
size_categories:
|
12 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# SaganMC: A Molecular Complexity Dataset with Mass Spectra
|
15 |
|
|
|
10 |
pretty_name: SaganMC
|
11 |
size_categories:
|
12 |
- 100K<n<1M
|
13 |
+
dataset_info:
|
14 |
+
config_name: sagan-mc-400k
|
15 |
+
features:
|
16 |
+
- name: inchi
|
17 |
+
dtype: string
|
18 |
+
- name: inchikey
|
19 |
+
dtype: string
|
20 |
+
- name: selfies
|
21 |
+
dtype: string
|
22 |
+
- name: smiles
|
23 |
+
dtype: string
|
24 |
+
- name: smiles_scaffold
|
25 |
+
dtype: string
|
26 |
+
- name: formula
|
27 |
+
dtype: string
|
28 |
+
- name: fingerprint_morgan
|
29 |
+
dtype: string
|
30 |
+
- name: num_atoms
|
31 |
+
dtype: int32
|
32 |
+
- name: num_atoms_all
|
33 |
+
dtype: int32
|
34 |
+
- name: num_bonds
|
35 |
+
dtype: int32
|
36 |
+
- name: num_bonds_all
|
37 |
+
dtype: int32
|
38 |
+
- name: num_rings
|
39 |
+
dtype: int32
|
40 |
+
- name: num_aromatic_rings
|
41 |
+
dtype: int32
|
42 |
+
- name: physchem_mol_weight
|
43 |
+
dtype: float32
|
44 |
+
- name: physchem_logp
|
45 |
+
dtype: float32
|
46 |
+
- name: physchem_tpsa
|
47 |
+
dtype: float32
|
48 |
+
- name: physchem_qed
|
49 |
+
dtype: float32
|
50 |
+
- name: physchem_h_acceptors
|
51 |
+
dtype: int32
|
52 |
+
- name: physchem_h_donors
|
53 |
+
dtype: int32
|
54 |
+
- name: physchem_rotatable_bonds
|
55 |
+
dtype: int32
|
56 |
+
- name: physchem_fraction_csp3
|
57 |
+
dtype: float32
|
58 |
+
- name: mass_spectrum_nist
|
59 |
+
dtype: string
|
60 |
+
- name: complex_ma_score
|
61 |
+
dtype: int32
|
62 |
+
- name: complex_ma_runtime
|
63 |
+
dtype: float32
|
64 |
+
- name: complex_bertz_score
|
65 |
+
dtype: float32
|
66 |
+
- name: complex_bertz_runtime
|
67 |
+
dtype: float32
|
68 |
+
- name: complex_boettcher_score
|
69 |
+
dtype: float32
|
70 |
+
- name: complex_boettcher_runtime
|
71 |
+
dtype: float32
|
72 |
+
- name: synth_sa_score
|
73 |
+
dtype: float32
|
74 |
+
- name: meta_cas_number
|
75 |
+
dtype: string
|
76 |
+
- name: meta_names
|
77 |
+
dtype: string
|
78 |
+
- name: meta_iupac_name
|
79 |
+
dtype: string
|
80 |
+
- name: meta_comment
|
81 |
+
dtype: string
|
82 |
+
- name: meta_origin
|
83 |
+
dtype: string
|
84 |
+
- name: meta_reference
|
85 |
+
dtype: string
|
86 |
+
- name: split
|
87 |
+
dtype:
|
88 |
+
class_label:
|
89 |
+
names:
|
90 |
+
'0': train
|
91 |
+
'1': val
|
92 |
+
'2': test
|
93 |
+
splits:
|
94 |
+
- name: train
|
95 |
+
num_bytes: 262218794
|
96 |
+
num_examples: 325392
|
97 |
+
- name: validation
|
98 |
+
num_bytes: 32619164
|
99 |
+
num_examples: 40521
|
100 |
+
- name: test
|
101 |
+
num_bytes: 32805389
|
102 |
+
num_examples: 40533
|
103 |
+
download_size: 121350317
|
104 |
+
dataset_size: 327643347
|
105 |
+
configs:
|
106 |
+
- config_name: sagan-mc-400k
|
107 |
+
data_files:
|
108 |
+
- split: train
|
109 |
+
path: sagan-mc-400k/train-*
|
110 |
+
- split: validation
|
111 |
+
path: sagan-mc-400k/validation-*
|
112 |
+
- split: test
|
113 |
+
path: sagan-mc-400k/test-*
|
114 |
+
default: true
|
115 |
---
|
116 |
# SaganMC: A Molecular Complexity Dataset with Mass Spectra
|
117 |
|
sagan-mc-400k/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dcb5598cdcf1a7628941f36197be5323bf6d559840f7f28f05954a074cb9f8f
|
3 |
+
size 12187096
|
sagan-mc-400k/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d915240d6646a5307b81e71c0c9a0beb2a1a18af7979068bd8ff343dc74bd263
|
3 |
+
size 97073154
|
sagan-mc-400k/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2c6c711949e4d7ec8608029c7bcf2ccc1b5f4e7379f92c085d2acfb489b78d9
|
3 |
+
size 12090067
|