zwq803 commited on
Commit
5e84bfe
·
verified ·
1 Parent(s): 138df32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ This repository contains the models of the paper [MM-Skin: Enhancing Dermatology Vision-Language Model with an Image-Text Dataset Derived from Textbooks](https://arxiv.org/abs/2505.06152). For code and more details on how to use it, refer to the [Github repository](https://github.com/ZwQ803/MM-Skin).
6
+
7
+ ##### Citation
8
+
9
+ If you find our work helpful, feel free to give us a cite.
10
+
11
+ ```
12
+ @article{zeng2025mm,
13
+ title={MM-Skin: Enhancing Dermatology Vision-Language Model with an Image-Text Dataset Derived from Textbooks},
14
+ author={Zeng, Wenqi and Sun, Yuqi and Ma, Chenxi and Tan, Weimin and Yan, Bo},
15
+ journal={arXiv preprint arXiv:2505.06152},
16
+ year={2025}
17
+ }
18
+ ```
19
+