Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,16 @@ datasets:
|
|
| 8 |
- Xkev/LLaVA-CoT-100k
|
| 9 |
pipeline_tag: image-text-to-text
|
| 10 |
library_name: transformers
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- Xkev/LLaVA-CoT-100k
|
| 9 |
pipeline_tag: image-text-to-text
|
| 10 |
library_name: transformers
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Sherlock: Self-Correcting Reasoning in Vision-Language Models
|
| 14 |
+
|
| 15 |
+
## Introduction
|
| 16 |
+
|
| 17 |
+
**Sherlock is a training framework focus on improving Vision-Language Models reasoning and self-correction capabilities.**
|
| 18 |
+
|
| 19 |
+
GitHub repo: [https://github.com/DripNowhy/Sherlock](https://github.com/DripNowhy/Sherlock)
|
| 20 |
+
|
| 21 |
+
Project Page: [https://dripnowhy.github.io/Sherlock/](https://dripnowhy.github.io/Sherlock/)
|
| 22 |
+
|
| 23 |
+
arXiv: [https://arxiv.org/abs/2505.22651](https://arxiv.org/abs/2505.22651)
|