Update README.md
Browse files
README.md
CHANGED
@@ -29,10 +29,13 @@ strings (RASSP, NEIMS) were valid canonical molecules, with 83\% (RASSP), 65\% (
|
|
29 |
These results suggest that during the pretraining phase, the model successfully learned molecular structure rules and the relationship between atomic
|
30 |
weight and m/z values, forming a good foundation for subsequent finetuning.
|
31 |
|
|
|
|
|
|
|
32 |
|
33 |
-
|
34 |
-
|
35 |
|
36 |
[NEIMS]: https://github.com/brain-research/deep-molecular-massspec
|
37 |
[RASSP]: https://github.com/thejonaslab/rassp-public
|
38 |
-
[our GitHub repository]: !TODO!
|
|
|
|
29 |
These results suggest that during the pretraining phase, the model successfully learned molecular structure rules and the relationship between atomic
|
30 |
weight and m/z values, forming a good foundation for subsequent finetuning.
|
31 |
|
32 |
+
We suggest to finetune the model further on experimental data (NIST, Wiley) to reach the performance reported in our [preprint]. Though we can not
|
33 |
+
make the final model available, since it was finetuned on a proprietary dataset (NIST), you can fine-tune it yourself if you have purchased the license.
|
34 |
+
The full code we used for the data processing, finetuning, evaluation, model comparison and more can be found in [our GitHub repository] (TODO).
|
35 |
|
36 |
+
Our [preprint] (TODO) provides more information about the task background, the final finetuned model, and the experiments.
|
|
|
37 |
|
38 |
[NEIMS]: https://github.com/brain-research/deep-molecular-massspec
|
39 |
[RASSP]: https://github.com/thejonaslab/rassp-public
|
40 |
+
[our GitHub repository]: !TODO!
|
41 |
+
[preprint]: !TODO!
|