Riccardo Giorato
commited on
Commit
·
8b48d82
1
Parent(s):
f2e359f
change README
Browse files- .gitignore +2 -0
- README.md +19 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
|
2 |
+
.DS_Store
|
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
4 |
+
|
5 |
+
# Dataset Card for Beeple Everyday
|
6 |
+
|
7 |
+
Dataset used to train [beeple-diffusion](https://huggingface.co/riccardogiorato/beeple-diffusion).
|
8 |
+
|
9 |
+
The original images were obtained from [twitter.com/beeple](https://twitter.com/beeple/media).
|
10 |
+
|
11 |
+
## Citation
|
12 |
+
|
13 |
+
If you use this dataset, please cite it as:
|
14 |
+
|
15 |
+
```
|
16 |
+
@misc{gioratobeeple-everyday,
|
17 |
+
author = {Riccardo, Giorato},
|
18 |
+
title = {Beeple Everyday},
|
19 |
+
year={2022},
|
20 |
+
howpublished= {\url{https://huggingface.co/datasets/riccardogiorato/beeple-everyday/}}
|
21 |
+
}
|
22 |
+
```
|