nielsr HF Staff commited on
Commit
ad5d5f9
·
verified ·
1 Parent(s): 70ab22e

Add model card

Browse files

This PR adds metadata to the model card, including the license, library name and pipeline tag. It also adds a citation.

Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -1,4 +1,8 @@
1
-
 
 
 
 
2
 
3
  <div align="center">
4
  <h1> OmniCaptioner: One Captioner to Rule Them All </h1>
@@ -76,8 +80,15 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 nohup python run.py --data MMMU_DEV_VAL --model Om
76
  ## Citation
77
 
78
  If you find the provided code or models useful for your research, consider citing them as:
79
- ```
80
-
81
- ```
82
-
83
-
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: image-to-text
5
+ ---
6
 
7
  <div align="center">
8
  <h1> OmniCaptioner: One Captioner to Rule Them All </h1>
 
80
  ## Citation
81
 
82
  If you find the provided code or models useful for your research, consider citing them as:
83
+ ```bibtex
84
+ @misc{,
85
+ title={OmniCaptioner: One Captioner to Rule Them All},
86
+ author={Anonymous Authors},
87
+ year={2024},
88
+ eprint={2504.07089},
89
+ archivePrefix={arXiv},
90
+ primaryClass={cs.CV},
91
+ url={https://arxiv.org/abs/2504.07089}
92
+ }
93
+
94
+ ```