yuvalkirstain commited on
Commit
a182f67
1 Parent(s): ff55715

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: created_at
7
+ dtype: timestamp[ns]
8
+ - name: image_uid
9
+ dtype: string
10
+ - name: user_id
11
+ dtype: int64
12
+ - name: prompt
13
+ dtype: string
14
+ - name: negative_prompt
15
+ dtype: string
16
+ - name: seed
17
+ dtype: int64
18
+ - name: gs
19
+ dtype: float64
20
+ - name: steps
21
+ dtype: int64
22
+ - name: idx
23
+ dtype: int64
24
+ - name: num_generated
25
+ dtype: int64
26
+ - name: scheduler_cls
27
+ dtype: string
28
+ - name: model_id
29
+ dtype: string
30
+ - name: url
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 25646712
35
+ num_examples: 40028
36
+ download_size: 4407331
37
+ dataset_size: 25646712
38
+ ---
39
+ # Dataset Card for "PickaPic-images"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)