moranyanuka commited on
Commit
be5b285
1 Parent(s): 0057c53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  ---
4
  # Mocha Checkpoint for BLIP-Base Model
5
 
6
- The official checkpoint of BLIP-Base model, finetuned on MS-COCO with the MOCHa RL framework, introduced in [MOCHa: Multi-Objective Reinforcement Mitigating Caption Hallucinations](https://arxiv.org/pdf/2312.03631.pdf)
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{benkish2023mocha,
117
- title={MOCHa: Multi-Objective Reinforcement Mitigating Caption Hallucinations},
118
  author={Assaf Ben-Kish and Moran Yanuka and Morris Alper and Raja Giryes and Hadar Averbuch-Elor},
119
- year={2023},
120
  eprint={2312.03631},
121
  archivePrefix={arXiv},
122
  primaryClass={cs.CV}
123
- }
124
  ```
 
3
  ---
4
  # Mocha Checkpoint for BLIP-Base Model
5
 
6
+ The official checkpoint of BLIP-Base 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
  ```