j-min commited on
Commit
5db69ea
·
verified ·
1 Parent(s): dc1453e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
+
7
+
8
+ # The model checkpoints used in Fine-grained Image Captioning with CLIP Reward (Findings of NAACL 2022)
9
+
10
+ * Authors: [Jaemin Cho](https://j-min.io), [David Seunghyun Yoon](https://david-yoon.github.io/), [Ajinkya Kale](https://www.linkedin.com/in/kaleajinkya/), [Franck Dernoncourt](https://research.adobe.com/person/franck-dernoncourt), [Trung Bui](https://sites.google.com/site/trungbuistanford/), [Mohit Bansal](https://www.cs.unc.edu/~mbansal/)
11
+ * Paper: https://arxiv.org/abs/2205.13115
12
+ * Code: https://github.com/j-min/CLIP-Caption-Reward
13
+ * Inference Colab Demo: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/j-min/CLIP-Caption-Reward/blob/main/Inference_example.ipynb)
14
+
15
+
16
+
17
+ # Reference
18
+ Please cite our paper if you use our models in your works:
19
+
20
+
21
+ ```bibtex
22
+ @inproceedings{Cho2022CLIPReward,
23
+ title = {Fine-grained Image Captioning with CLIP Reward},
24
+ author = {Jaemin Cho and Seunghyun Yoon and Ajinkya Kale and Franck Dernoncourt and Trung Bui and Mohit Bansal},
25
+ booktitle = {Findings of NAACL},
26
+ year = {2022}
27
+ }