nielsr HF staff commited on
Commit
0bcb1dd
1 Parent(s): 73071d0

Link model to paper

Browse files

Hi there,

Niels here from the open-source team at HF. This PR ensures the models can be viewed from https://huggingface.co/papers/2408.08872. Feel free to claim the paper btw in case you're one of the authors.

Cheers,

Niels

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -131,12 +131,14 @@ Our code and weights are released under the Creative Commons Attribution Non Com
131
 
132
  # Citation
133
  ```
134
- @misc{xgen_mm_phi3_mini,
135
- title={xgen-mm-phi3-mini-instruct Model Card},
136
- url={https://huggingface.co/Salesforce/xgen-mm-phi3-mini-instruct-r-v1},
137
- author={Salesforce AI Research},
138
- month={May},
139
- year={2024}
 
 
140
  }
141
  ```
142
 
 
131
 
132
  # Citation
133
  ```
134
+ @misc{xue2024xgenmmblip3familyopen,
135
+ title={xGen-MM (BLIP-3): A Family of Open Large Multimodal Models},
136
+ author={Le Xue and Manli Shu and Anas Awadalla and Jun Wang and An Yan and Senthil Purushwalkam and Honglu Zhou and Viraj Prabhu and Yutong Dai and Michael S Ryoo and Shrikant Kendre and Jieyu Zhang and Can Qin and Shu Zhang and Chia-Chih Chen and Ning Yu and Juntao Tan and Tulika Manoj Awalgaonkar and Shelby Heinecke and Huan Wang and Yejin Choi and Ludwig Schmidt and Zeyuan Chen and Silvio Savarese and Juan Carlos Niebles and Caiming Xiong and Ran Xu},
137
+ year={2024},
138
+ eprint={2408.08872},
139
+ archivePrefix={arXiv},
140
+ primaryClass={cs.CV},
141
+ url={https://arxiv.org/abs/2408.08872},
142
  }
143
  ```
144