yuvalkirstain
commited on
Commit
•
1e86ddc
1
Parent(s):
a05aeb3
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
This model is a scoring function for images generated from text. It takes as input a prompt and a generated image and outputs a score.
|
4 |
It can be used as a general scoring function, and for tasks such as human preference prediction, model evaluation, image ranking, and more.
|
5 |
-
See our paper (
|
6 |
|
7 |
|
8 |
## Model Details
|
@@ -16,7 +16,7 @@ This model was finetuned from CLIP-H using the [Pick-a-Pic dataset](https://hugg
|
|
16 |
<!-- Provide the basic links for the model. -->
|
17 |
|
18 |
- **Repository:** [See the PickScore repo](https://github.com/yuvalkirstain/PickScore)
|
19 |
-
- **Paper [
|
20 |
- **Demo [optional]:** TODO
|
21 |
|
22 |
## How to Get Started with the Model
|
@@ -89,11 +89,18 @@ TODO - add paper.
|
|
89 |
|
90 |
## Citation [optional]
|
91 |
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
**APA:**
|
99 |
|
|
|
2 |
|
3 |
This model is a scoring function for images generated from text. It takes as input a prompt and a generated image and outputs a score.
|
4 |
It can be used as a general scoring function, and for tasks such as human preference prediction, model evaluation, image ranking, and more.
|
5 |
+
See our paper [Pick-a-Pic: An Open Dataset of User Preferences for Text-to-Image Generation](https://arxiv.org/abs/2305.01569) for more details.
|
6 |
|
7 |
|
8 |
## Model Details
|
|
|
16 |
<!-- Provide the basic links for the model. -->
|
17 |
|
18 |
- **Repository:** [See the PickScore repo](https://github.com/yuvalkirstain/PickScore)
|
19 |
+
- **Paper:** [Pick-a-Pic: An Open Dataset of User Preferences for Text-to-Image Generation](https://arxiv.org/abs/2305.01569).
|
20 |
- **Demo [optional]:** TODO
|
21 |
|
22 |
## How to Get Started with the Model
|
|
|
89 |
|
90 |
## Citation [optional]
|
91 |
|
92 |
+
If you find this work useful, please cite:
|
93 |
+
|
94 |
+
```bibtex
|
95 |
+
@misc{kirstain2023pickapic,
|
96 |
+
title={Pick-a-Pic: An Open Dataset of User Preferences for Text-to-Image Generation},
|
97 |
+
author={Yuval Kirstain and Adam Polyak and Uriel Singer and Shahbuland Matiana and Joe Penna and Omer Levy},
|
98 |
+
year={2023},
|
99 |
+
eprint={2305.01569},
|
100 |
+
archivePrefix={arXiv},
|
101 |
+
primaryClass={cs.CV}
|
102 |
+
}
|
103 |
+
```
|
104 |
|
105 |
**APA:**
|
106 |
|