shahbuland
commited on
Commit
•
ebca1a0
1
Parent(s):
ad455fb
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
### Dataset Information
|
5 |
+
|
6 |
+
This is an SFW sanitized prompt only version of the [PickAPic dataset](https://huggingface.co/datasets/yuvalkirstain/pickapic_v1), with 335,000 prompts and image URLs.
|
7 |
+
### Citation Information
|
8 |
+
If you find this work useful, please cite:
|
9 |
+
```bibtex
|
10 |
+
@inproceedings{Kirstain2023PickaPicAO,
|
11 |
+
title={Pick-a-Pic: An Open Dataset of User Preferences for Text-to-Image Generation},
|
12 |
+
author={Yuval Kirstain and Adam Polyak and Uriel Singer and Shahbuland Matiana and Joe Penna and Omer Levy},
|
13 |
+
year={2023}
|
14 |
+
}
|
15 |
+
```
|
16 |
+
|
17 |
+
### LICENSE
|
18 |
+
MIT License
|
19 |
+
|
20 |
+
Copyright (c) 2021
|
21 |
+
|
22 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
23 |
+
of this software and associated documentation files (the "Software"), to deal
|
24 |
+
in the Software without restriction, including without limitation the rights
|
25 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
26 |
+
copies of the Software, and to permit persons to whom the Software is
|
27 |
+
furnished to do so, subject to the following conditions:
|
28 |
+
|
29 |
+
The above copyright notice and this permission notice shall be included in all
|
30 |
+
copies or substantial portions of the Software.
|
31 |
+
|
32 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
33 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
34 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
36 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
37 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
38 |
+
SOFTWARE.
|