kusnim1121
commited on
Commit
•
10c376c
1
Parent(s):
76a142a
create README
Browse files
README.md
CHANGED
@@ -5,13 +5,13 @@ dataset_info:
|
|
5 |
dtype: image
|
6 |
splits:
|
7 |
- name: train
|
8 |
-
num_bytes: 24475559
|
9 |
num_examples: 337
|
10 |
- name: val
|
11 |
-
num_bytes: 11307736
|
12 |
num_examples: 113
|
13 |
download_size: 35763051
|
14 |
-
dataset_size: 35783295
|
15 |
configs:
|
16 |
- config_name: default
|
17 |
data_files:
|
@@ -19,4 +19,17 @@ configs:
|
|
19 |
path: data/train-*
|
20 |
- split: val
|
21 |
path: data/val-*
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
dtype: image
|
6 |
splits:
|
7 |
- name: train
|
8 |
+
num_bytes: 24475559
|
9 |
num_examples: 337
|
10 |
- name: val
|
11 |
+
num_bytes: 11307736
|
12 |
num_examples: 113
|
13 |
download_size: 35763051
|
14 |
+
dataset_size: 35783295
|
15 |
configs:
|
16 |
- config_name: default
|
17 |
data_files:
|
|
|
19 |
path: data/train-*
|
20 |
- split: val
|
21 |
path: data/val-*
|
22 |
+
license: mit
|
23 |
+
tags:
|
24 |
+
- art
|
25 |
+
size_categories:
|
26 |
+
- n<1K
|
27 |
---
|
28 |
+
|
29 |
+
# Dataset Summary
|
30 |
+
Contains artwork with Cubism style.
|
31 |
+
Used to finetune Stable Diffusion LoRA weights
|
32 |
+
|
33 |
+
# Dataset Creation
|
34 |
+
All data were scraped from the web (Google Image search)
|
35 |
+
CLIP score was calculated with the prompt "a painting in the style of picasso's cubism" and the bottom 10% of the dataset was discarded.
|