kusnim1121
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,13 +7,27 @@ dataset_info:
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes: 87942822
|
11 |
num_examples: 760
|
12 |
download_size: 87292244
|
13 |
-
dataset_size: 87942822
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
+
num_bytes: 87942822
|
11 |
num_examples: 760
|
12 |
download_size: 87292244
|
13 |
+
dataset_size: 87942822
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: mit
|
20 |
+
tags:
|
21 |
+
- art
|
22 |
+
size_categories:
|
23 |
+
- n<1K
|
24 |
---
|
25 |
+
|
26 |
+
|
27 |
+
# Dataset Summary
|
28 |
+
Contains characters from One Piece animation.
|
29 |
+
Used to finetune Stable Diffusion LoRA weights
|
30 |
+
|
31 |
+
# Dataset Creation
|
32 |
+
All data were scraped from the web (Google Image search).\
|
33 |
+
In order to filter irrelevant images, CLIP score was calculated and the bottom 20% of the dataset was discarded.
|