rbeauchamp commited on
Commit
6495453
·
1 Parent(s): b940d10

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: prompt
7
+ dtype: string
8
+ - name: seed
9
+ dtype: uint32
10
+ - name: step
11
+ dtype: uint16
12
+ - name: cfg
13
+ dtype: float32
14
+ - name: sampler
15
+ dtype: string
16
+ - name: width
17
+ dtype: uint16
18
+ - name: height
19
+ dtype: uint16
20
+ - name: user_name
21
+ dtype: string
22
+ - name: timestamp
23
+ dtype: timestamp[us, tz=UTC]
24
+ - name: image_nsfw
25
+ dtype: float32
26
+ - name: prompt_nsfw
27
+ dtype: float32
28
+ splits:
29
+ - name: train
30
+ num_bytes: 4614195691.6
31
+ num_examples: 10000
32
+ download_size: 4624195058
33
+ dataset_size: 4614195691.6
34
+ ---
35
+ # Dataset Card for "blip_50k_val"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)