Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- psp-dada/SENTINEL
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 9 |
+
pipeline_tag: image-text-to-text
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for SENTINEL:<br> Mitigating Object Hallucinations via Sentence-Level Early Intervention <!-- omit in toc -->
|
| 13 |
+
|
| 14 |
+
<a href='https://arxiv.org/abs/2507.12455'>
|
| 15 |
+
<img src='https://img.shields.io/badge/Paper-Arxiv-purple'></a>
|
| 16 |
+
<a href='https://github.com/pspdada/SENTINEL'>
|
| 17 |
+
<img src='https://img.shields.io/badge/Github-Repo-Green'></a>
|
| 18 |
+
|
| 19 |
+
For the details of this model, please refer to the [documentation](https://github.com/pspdada/SENTINEL?tab=readme-ov-file#-model-weights) of the GitHub repo.
|