kusnim1121 commited on
Commit
0524274
·
verified ·
1 Parent(s): 85cd3c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -7,13 +7,27 @@ dataset_info:
7
  dtype: string
8
  splits:
9
  - name: train
10
- num_bytes: 87942822.0
11
  num_examples: 760
12
  download_size: 87292244
13
- dataset_size: 87942822.0
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.