Commit
·
4cdf8d6
1
Parent(s):
32145f8
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# HPSv2-hf
|
2 |
+
|
3 |
+
This is a Huggingface CLIPModel flavor of the [HPSv2](https://github.com/tgxs002/HPSv2/) model, which is trained to predict human preferences over AI generated images.
|
4 |
+
|
5 |
+
I converted the model weights from the openclip format to huggingface CLIPModel.
|
6 |
+
The two text and image embeddings were tested to be equal before and after conversion.
|
7 |
+
|
8 |
+
All credit goes to the original authors of HPSv2
|