nannullna commited on
Commit
31c3a92
·
1 Parent(s): 3ea8059

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: artwork
6
+ path: data/artwork-*
7
+ - split: person
8
+ path: data/person-*
9
+ - split: object
10
+ path: data/object-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: text
16
+ dtype: string
17
+ - name: url
18
+ dtype: string
19
+ - name: punsafe
20
+ dtype: float64
21
+ - name: pwatermark
22
+ dtype: float64
23
+ splits:
24
+ - name: artwork
25
+ num_bytes: 235558764.0
26
+ num_examples: 452
27
+ - name: person
28
+ num_bytes: 254743194.0
29
+ num_examples: 501
30
+ - name: object
31
+ num_bytes: 57867679.0
32
+ num_examples: 114
33
+ download_size: 548177028
34
+ dataset_size: 548169637.0
35
+ ---
36
+ # Dataset Card for "laion_subset"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)