Rs9000 commited on
Commit
8cadfaf
1 Parent(s): 0c010cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -3,13 +3,31 @@ license: cc-by-4.0
3
  dataset_info:
4
  features:
5
  - name: image
6
- dtype: image
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  splits:
8
  - name: train
9
  num_bytes: 445446704787.43
10
  num_examples: 992655
11
- download_size: 231662266092
12
- dataset_size: 445446704787.43
13
  task_categories:
14
  - image-classification
15
  ---
 
3
  dataset_info:
4
  features:
5
  - name: image
6
+ dtype: Image
7
+ - name: id
8
+ dtype: string
9
+ - name: original_prompt
10
+ dtype: string
11
+ - name: positive_prompt
12
+ dtype: string
13
+ - name: negative_prompt
14
+ dtype: string
15
+ - name: model
16
+ dtype: string
17
+ - name: nsfw
18
+ dtype: string
19
+ - name: url_real_image
20
+ dtype: string
21
+ - name: filepath
22
+ dtype: string
23
+ - name: aspect_ratio
24
+ dtype: Sequence
25
  splits:
26
  - name: train
27
  num_bytes: 445446704787.43
28
  num_examples: 992655
29
+ download_size: 223034360161
30
+ dataset_size: 445926712527.43
31
  task_categories:
32
  - image-classification
33
  ---