Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
Mol-VL is a Vision-Language Model for Optical Chemical Structure Understanding (OCSU).
|
5 |
+
|
6 |
+
To take advantage of existing pretrained VLMs, we adopt the weights from Qwen2-VL. Mol-VL-7B is further finetuned on [Vis-CheBI20](https://huggingface.co/datasets/PharMolix/Vis-CheBI20) training set.
|
7 |
+
|
8 |
+
For technical details, please refer to [OCSU](https://arxiv.org/pdf/2501.15415). Training and evaluation scripts will be available recently, stay tuned!
|
9 |
+
|
10 |
+
If you find our work useful in your research, please consider citing:
|
11 |
+
|
12 |
+
```
|
13 |
+
@article{fan2025ocsu,
|
14 |
+
title={OCSU: Optical Chemical Structure Understanding for Molecule-centric Scientific Discovery},
|
15 |
+
author={Fan, Siqi and Xie, Yuguang and Cai, Bowen and Xie, Ailin and Liu, Gaochao and Qiao, Mu and Xing, Jie and Nie, Zaiqing},
|
16 |
+
journal={arXiv preprint arXiv:2501.15415},
|
17 |
+
year={2025}
|
18 |
+
}
|
19 |
+
```
|