Ricercar commited on
Commit
f475a8d
1 Parent(s): 6e3f86c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -2
README.md CHANGED
@@ -25,7 +25,46 @@ dataset_info:
25
  num_examples: 200
26
  download_size: 22662
27
  dataset_size: 36188
 
 
 
 
 
 
 
 
 
 
28
  ---
29
- # Dataset Card for "ModelCofferRoster"
 
30
 
31
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  num_examples: 200
26
  download_size: 22662
27
  dataset_size: 36188
28
+ license: openrail
29
+ task_categories:
30
+ - text-to-image
31
+ language:
32
+ - en
33
+ tags:
34
+ - art
35
+ - diffusers
36
+ size_categories:
37
+ - n<1K
38
  ---
39
+ # GEMRec-18k -- Model Coffer Roster
40
+ This is the official model checkpoint metadata dataset for the paper [Towards Personalized Prompt-Model Retrieval for Generative Recommendation](https://github.com/MAPS-research/GEMRec).
41
 
42
+ ## Dataset Intro
43
+ `GEMRec-18K` is a prompt-model interaction dataset with 18K images generated by 200 publicly-available generative models paired with a diverse set of 90 textual prompts. We randomly sampled a subset of 197 models from the full set of models (all finetuned from Stable Diffusion) on [Civitai](https://civitai.com/) according to the popularity distribution (i.e., download counts) and added 3 original Stable Diffusion checkpoints (v1.4, v1.5, v2.1) from HuggingFace. All the model checkpoints have been converted to the [Diffusers](https://huggingface.co/docs/diffusers/index) format. The textual prompts were drawn from three sources: 60 prompts were sampled from [Parti Prompts](https://github.com/google-research/parti); 10 prompts were sampled from [Civitai](https://civitai.com/) by popularity; we also handcrafted 10 prompts following the prompting guide from [DreamStudio](https://beta.dreamstudio.ai/prompt-guide), and then extended them to 20 by creating a shortened and simplified version following the tips from [Midjourney](https://docs.midjourney.com/docs/prompts). The textual prompts were classified into 12 categories: abstract, animal, architecture, art, artifact, food, illustration, people, produce & plant, scenery, vehicle, and world knowledge.
44
+
45
+ ## Links
46
+ #### Dataset
47
+ - [GEMRec-ModelCofferPromptbook](https://huggingface.co/datasets/NYUSHPRP/GEMRec-ModelCofferPromptBook): The full version of our GemRec-18k dataset (images & metadata).
48
+ - [GEMRec-ModelCofferMetadata](https://huggingface.co/datasets/NYUSHPRP/GEMRec-ModelCofferMetadata): The pruned version of our GemRec-18k dataset (metadata only).
49
+ - [GEMRec-ModelCofferRoster](https://huggingface.co/datasets/NYUSHPRP/GEMRec-ModelCofferRoster): The metadata for the 200 model checkpoints fetched from [Civitai](https://civitai.com/).
50
+
51
+ #### Space
52
+ - [GEMRec-ModelCofferGallery](https://huggingface.co/spaces/NYUSHPRP/GEMRec-ModelCofferGallery): Our web application for browsing and comparing the generated images.
53
+
54
+ #### Github Code
55
+ - [GEMRec](https://huggingface.co/datasets/NYUSHPRP/GEMRec-ModelCofferPromptBook/edit/main/README.md)
56
+
57
+
58
+ ## Acknowledgement
59
+ This work was supported through the NYU High Performance Computing resources, services, and staff expertise.
60
+
61
+ ## Citation
62
+ If you find our work helpful, please consider cite it as follows:
63
+ ```bibtex
64
+ @article{guo2023towards,
65
+ title={Towards Personalized Prompt-Model Retrieval for Generative Recommendation},
66
+ author={Guo, Yuanhe and Liu, Haoming and Wen, Hongyi},
67
+ journal={arXiv preprint arXiv:2308.02205},
68
+ year={2023}
69
+ }
70
+ ```