AI4Industry commited on
Commit
66fc144
·
verified ·
1 Parent(s): e350427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -68,4 +68,20 @@ configs:
68
  license: mit
69
  tags:
70
  - chemistry
71
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  license: mit
69
  tags:
70
  - chemistry
71
+ ---
72
+
73
+ # MolParser-7M
74
+
75
+ This repo provids the training data and evaluation data for MolParser, proposed in paper `MolParser: End-to-end Visual Recognition of Molecule Structures in the Wild`
76
+
77
+ MolParser-7M contains nearly 8 million paired image-SMILES data. It should be noted that the caption of image is our extended-SMILES format, which suggested in our paper.
78
+
79
+ * Training Dataset: More than 7.7M training data in `pretrain_synthetic_7M` subset;
80
+
81
+ * Validation Dataset: A small validation set carefully selected in-the-wild in `valid` subset. It can be used to quickly valid the model ability during the training process;
82
+
83
+ * WildMol-20k: 20k molecule structure images cropped from real patents or paper `test_simple_10k`(ordinary)subset and `test_markush_10k`(markush)subset;
84
+
85
+ As the paper is still **under review**, this data is provided **anonymously**. More information will be provided after the paper is accepted.
86
+
87
+ [**Anonymous Demo: Click Here**](http://180.184.38.121:50008/)