liangyuch commited on
Commit
d1281c8
1 Parent(s): 34ee5eb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: WIDTH
5
+ dtype: float64
6
+ - name: HEIGHT
7
+ dtype: float64
8
+ - name: similarity
9
+ dtype: float64
10
+ - name: punsafe
11
+ dtype: float64
12
+ - name: pwatermark
13
+ dtype: float64
14
+ - name: caption
15
+ dtype: string
16
+ - name: url
17
+ dtype: string
18
+ - name: key
19
+ dtype: string
20
+ - name: status
21
+ dtype: string
22
+ - name: error_message
23
+ dtype: 'null'
24
+ - name: width
25
+ dtype: int64
26
+ - name: height
27
+ dtype: int64
28
+ - name: original_width
29
+ dtype: int64
30
+ - name: original_height
31
+ dtype: int64
32
+ - name: exif
33
+ dtype: string
34
+ - name: sha256
35
+ dtype: string
36
+ - name: seed
37
+ sequence: int64
38
+ - name: id
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 134751345442
43
+ num_examples: 172871223
44
+ download_size: 3195319434
45
+ dataset_size: 134751345442
46
+ ---
47
+ # Dataset Card for "laion2b_seed"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)