yuxi-liu-wired commited on
Commit
3276aa0
·
verified ·
1 Parent(s): c6a22ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -27,3 +27,10 @@ dataset_info:
27
  - name: image
28
  dtype: image
29
  ---
 
 
 
 
 
 
 
 
27
  - name: image
28
  dtype: image
29
  ---
30
+
31
+
32
+ This is a version of [stylebreeder/stylebreeder](https://huggingface.co/datasets/stylebreeder/stylebreeder), the 2M split.
33
+
34
+ I took the 2M split, then ran the CSD on every image, resulting in two 768-dimensional embedding vectors for each image. I also saved the images in a much smaller resolution in JPEG format to save space.
35
+
36
+ I apologize that the dataviewer doesn't work. I uploaded the dataset directly to Huggingface via the website UI and it seems their autoconversion broke something. I can't load the dataset directly because it runs out of memory locally, and I don't know how to stream a dataset from disk.