yichaodu commited on
Commit
f2db1d1
·
verified ·
1 Parent(s): d7fa0e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -33,4 +33,14 @@ prompt = "a pink flower"
33
 
34
  image = pipeline(prompt=prompt, generator=generator, guidance_scale=gs).images[0]
35
 
 
 
 
 
 
 
 
 
 
 
36
  ```
 
33
 
34
  image = pipeline(prompt=prompt, generator=generator, guidance_scale=gs).images[0]
35
 
36
+ ```
37
+
38
+
39
+ ## Citation
40
+ ```
41
+ @misc{mjbench2024mjbench,
42
+ title={MJ-BENCH: Is Your Multimodal Reward Model Really a Good Judge?},
43
+ author={Zhaorun Chen*, Yichao Du*, Zichen Wen, Yiyang Zhou, Chenhang Cui, Zhenzhen Weng, Haoqin Tu, Chaoqi Wang, Zhengwei Tong, Leria HUANG, Canyu Chen, Qinghao Ye, Zhihong Zhu, Yuqing Zhang, Jiawei Zhou, Zhuokai Zhao, Rafael Rafailov, Chelsea Finn, Huaxiu Yao},
44
+ year={2024}
45
+ }
46
  ```