pengzhiliang commited on
Commit
d324bb2
·
1 Parent(s): 3b3ccf5

update readme

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -16,8 +16,27 @@ task_categories:
16
  - text-to-image
17
  - image-to-text
18
  - zero-shot-classification
19
- - object detection
20
  task_ids:
21
  - image-captioning
22
  - visual-question-answering
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  - text-to-image
17
  - image-to-text
18
  - zero-shot-classification
19
+ - object-detection
20
  task_ids:
21
  - image-captioning
22
  - visual-question-answering
23
  ---
24
+
25
+ ### Citation Information
26
+ If you apply this dataset to any project and research, please cite our code and coyo-700m:
27
+ ```
28
+ @article{Kosmos22,
29
+ title={Kosmos-2: Grounding Multimodal Large Language Models to the World},
30
+ author={Zhiliang Peng and Wenhui Wang and Li Dong and Yaru Hao and Shaohan Huang and Shuming Ma and Furu Wei},
31
+ journal={ArXiv},
32
+ year={2023},
33
+ volume={abs/2306.14824}
34
+ }
35
+
36
+ @misc{kakaobrain2022coyo-700m,
37
+ title = {COYO-700M: Image-Text Pair Dataset},
38
+ author = {Minwoo Byeon, Beomhee Park, Haecheon Kim, Sungjun Lee, Woonhyuk Baek, Saehoon Kim},
39
+ year = {2022},
40
+ howpublished = {\url{https://github.com/kakaobrain/coyo-dataset}},
41
+ }
42
+ ```