psp-dada commited on
Commit
103b6c3
Β·
verified Β·
1 Parent(s): d88f276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -10,15 +10,18 @@ pipeline_tag: image-text-to-text
10
  library_name: transformers
11
  tags:
12
  - lora
 
13
  - llava
14
  ---
15
 
16
- # Model Card for ``psp-dada/LLaVA-v1.6-Vicuna-13B-SENTINEL`` | ICCV2025 | SENTINEL:<br>Mitigating Object Hallucinations via Sentence-Level Early Intervention <!-- omit in toc -->
17
 
18
  <a href='https://arxiv.org/abs/2507.12455'>
19
  <img src='https://img.shields.io/badge/Paper-Arxiv-purple'></a>
 
 
20
  <a href='https://github.com/pspdada/SENTINEL'>
21
- <img src='https://img.shields.io/badge/Github-Repo-Green'></a>
22
  <a href='https://huggingface.co/papers/2507.12455'>
23
  <img src='https://img.shields.io/badge/Discussion-HF-blue'></a>
24
  <a href='https://github.com/pspdada/SENTINEL/blob/main/LICENSE'>
@@ -26,7 +29,8 @@ tags:
26
 
27
  ## 🎊 News <!-- omit in toc -->
28
 
29
- - [2025.07.21] All code, data, and models are released!
 
30
  - [2025.06.26] πŸŽ‰ Our SENTINEL is accepted by **ICCV 2025**!
31
 
32
  ## πŸš€ Overview <!-- omit in toc -->
@@ -88,10 +92,11 @@ This model is a PEFT (LoRA) adapter. You first need to load the base model (`lla
88
  If you find our model/code/data/paper helpful, please consider citing our papers πŸ“ and starring us ⭐️!
89
 
90
  ```bibtex
91
- @article{peng2025mitigating,
92
- title={Mitigating Object Hallucinations via Sentence-Level Early Intervention},
93
  author={Peng, Shangpin and Yang, Senqiao and Jiang, Li and Tian, Zhuotao},
94
- journal={arXiv preprint arXiv:2507.12455},
 
95
  year={2025}
96
  }
97
  ```
 
10
  library_name: transformers
11
  tags:
12
  - lora
13
+ - bf16
14
  - llava
15
  ---
16
 
17
+ # Model Card for ``psp-dada/LLaVA-v1.6-Vicuna-13B-SENTINEL`` | ICCV 2025 | SENTINEL:<br>Mitigating Object Hallucinations via Sentence-Level Early Intervention <!-- omit in toc -->
18
 
19
  <a href='https://arxiv.org/abs/2507.12455'>
20
  <img src='https://img.shields.io/badge/Paper-Arxiv-purple'></a>
21
+ <a href='https://huggingface.co/datasets/psp-dada/SENTINEL'>
22
+ <img src='https://img.shields.io/badge/Datasets-HF-Green'></a>
23
  <a href='https://github.com/pspdada/SENTINEL'>
24
+ <img src='https://img.shields.io/badge/Github-Repo-orange'></a>
25
  <a href='https://huggingface.co/papers/2507.12455'>
26
  <img src='https://img.shields.io/badge/Discussion-HF-blue'></a>
27
  <a href='https://github.com/pspdada/SENTINEL/blob/main/LICENSE'>
 
29
 
30
  ## 🎊 News <!-- omit in toc -->
31
 
32
+ - [2025.07.30] πŸ” Our work has been featured and explained by 52CV, check it out [here](https://mp.weixin.qq.com/s/Sfr1wdUCkeOLmj7NVWNUnw).
33
+ - [2025.07.21] πŸ“– All code, data, and models are released!
34
  - [2025.06.26] πŸŽ‰ Our SENTINEL is accepted by **ICCV 2025**!
35
 
36
  ## πŸš€ Overview <!-- omit in toc -->
 
92
  If you find our model/code/data/paper helpful, please consider citing our papers πŸ“ and starring us ⭐️!
93
 
94
  ```bibtex
95
+ @inproceedings{peng2025mitigating,
96
+ title={Mitigating object hallucinations via sentence-level early intervention},
97
  author={Peng, Shangpin and Yang, Senqiao and Jiang, Li and Tian, Zhuotao},
98
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
99
+ pages={635--646},
100
  year={2025}
101
  }
102
  ```