yuvalkirstain
commited on
Commit
·
a05aeb3
1
Parent(s):
6a9262a
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
# Model Card for PickScore v1
|
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 a general scoring function, human preference prediction, model evaluation, image ranking, and more.
|
|
|
5 |
|
6 |
|
7 |
## Model Details
|
8 |
|
9 |
### Model Description
|
10 |
|
11 |
-
This model was finetuned from CLIP-H.
|
12 |
|
13 |
### Model Sources [optional]
|
14 |
|
|
|
1 |
# Model Card for PickScore v1
|
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 (TODO) for more details.
|
6 |
|
7 |
|
8 |
## Model Details
|
9 |
|
10 |
### Model Description
|
11 |
|
12 |
+
This model was finetuned from CLIP-H using the [Pick-a-Pic dataset](https://huggingface.co/datasets/yuvalkirstain/pickapic_v1).
|
13 |
|
14 |
### Model Sources [optional]
|
15 |
|