yuvalkirstain commited on
Commit
5189192
1 Parent(s): 9224d95

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: similarity
5
+ dtype: float64
6
+ - name: hash
7
+ dtype: int64
8
+ - name: punsafe
9
+ dtype: float64
10
+ - name: pwatermark
11
+ dtype: float64
12
+ - name: LANGUAGE
13
+ dtype: string
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: md5
35
+ dtype: string
36
+ - name: path
37
+ dtype: string
38
+ - name: image
39
+ dtype: image
40
+ splits:
41
+ - name: train
42
+ num_bytes: 2197750878.419599
43
+ num_examples: 6824
44
+ - name: test
45
+ num_bytes: 255982286.13240144
46
+ num_examples: 759
47
+ download_size: 2477389620
48
+ dataset_size: 2453733164.5520005
49
+ ---
50
+ # Dataset Card for "laion-hd-subset"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)