Update README.md
Browse files
README.md
CHANGED
@@ -21,8 +21,15 @@ by each model. RASSP's strict input filters reduced the dataset to approximately
|
|
21 |
unique compounds and 9.6 million unique spectra.
|
22 |
|
23 |
Lastly, we split each synthetic dataset into training, validation, and test sets using a 0.9:0.05:0.05 ratio. The splitting process was random, but corresponding splits
|
24 |
-
(training, validation, and test sets) for the NEIMS and RASSP-generated spectra contained the same compounds.
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
|
28 |
## Dataset choice
|
@@ -40,6 +47,9 @@ Each line of every file is a `json` comprising three items:
|
|
40 |
"smiles":"CCC(C)C1CCCCN1C(=O)CNc1cccc(C#N)c1"}
|
41 |
```
|
42 |
|
|
|
|
|
|
|
43 |
|
44 |
[NEIMS]: https://github.com/brain-research/deep-molecular-massspec
|
45 |
[RASSP]: https://github.com/thejonaslab/rassp-public
|
|
|
21 |
unique compounds and 9.6 million unique spectra.
|
22 |
|
23 |
Lastly, we split each synthetic dataset into training, validation, and test sets using a 0.9:0.05:0.05 ratio. The splitting process was random, but corresponding splits
|
24 |
+
(training, validation, and test sets) for the NEIMS and RASSP-generated spectra contained the same compounds.
|
25 |
+
|
26 |
+
## Size
|
27 |
+
|
28 |
+
```text
|
29 |
+
train.jsonl 4364715
|
30 |
+
valid.jsonl 242489
|
31 |
+
test.jsonl 242479
|
32 |
+
```
|
33 |
|
34 |
|
35 |
## Dataset choice
|
|
|
47 |
"smiles":"CCC(C)C1CCCCN1C(=O)CNc1cccc(C#N)c1"}
|
48 |
```
|
49 |
|
50 |
+
Our [preprint] (TODO) provides more information about the task background, the final finetuned model, and the experiments.
|
51 |
+
|
52 |
+
|
53 |
|
54 |
[NEIMS]: https://github.com/brain-research/deep-molecular-massspec
|
55 |
[RASSP]: https://github.com/thejonaslab/rassp-public
|