moranyanuka
commited on
Commit
•
52b9bb6
1
Parent(s):
9ee1bb7
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
---
|
4 |
# Mocha Checkpoint for BLIP-Large Model
|
5 |
|
6 |
-
The official checkpoint of BLIP-Large model, finetuned on MS-COCO with the MOCHa RL framework, introduced in [
|
7 |
|
8 |
[Project Page](https://assafbk.github.io/mocha/)
|
9 |
|
@@ -113,12 +113,12 @@ print(processor.decode(out[0], skip_special_tokens=True))
|
|
113 |
|
114 |
bibtex:
|
115 |
```
|
116 |
-
@misc{
|
117 |
-
title={
|
118 |
author={Assaf Ben-Kish and Moran Yanuka and Morris Alper and Raja Giryes and Hadar Averbuch-Elor},
|
119 |
-
year={
|
120 |
eprint={2312.03631},
|
121 |
archivePrefix={arXiv},
|
122 |
primaryClass={cs.CV}
|
123 |
-
|
124 |
```
|
|
|
3 |
---
|
4 |
# Mocha Checkpoint for BLIP-Large Model
|
5 |
|
6 |
+
The official checkpoint of BLIP-Large model, finetuned on MS-COCO with the MOCHa RL framework, introduced in [Mitigating Open-Vocabulary Caption Hallucinations](https://arxiv.org/abs/2312.03631)
|
7 |
|
8 |
[Project Page](https://assafbk.github.io/mocha/)
|
9 |
|
|
|
113 |
|
114 |
bibtex:
|
115 |
```
|
116 |
+
@misc{benkish2024mitigating,
|
117 |
+
title={Mitigating Open-Vocabulary Caption Hallucinations},
|
118 |
author={Assaf Ben-Kish and Moran Yanuka and Morris Alper and Raja Giryes and Hadar Averbuch-Elor},
|
119 |
+
year={2024},
|
120 |
eprint={2312.03631},
|
121 |
archivePrefix={arXiv},
|
122 |
primaryClass={cs.CV}
|
123 |
+
}
|
124 |
```
|