adams-story commited on
Commit
4cdf8d6
·
1 Parent(s): 32145f8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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