wtcherr commited on
Commit
6279e82
1 Parent(s): cb469c2

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: caption
5
+ dtype: string
6
+ - name: url
7
+ dtype: string
8
+ - name: key
9
+ dtype: string
10
+ - name: status
11
+ dtype: string
12
+ - name: error_message
13
+ dtype: 'null'
14
+ - name: width
15
+ dtype: int32
16
+ - name: height
17
+ dtype: int32
18
+ - name: original_width
19
+ dtype: int32
20
+ - name: original_height
21
+ dtype: int32
22
+ - name: exif
23
+ dtype: string
24
+ - name: sha256
25
+ dtype: string
26
+ - name: jpg
27
+ dtype: binary
28
+ splits:
29
+ - name: train
30
+ num_bytes: 654919565
31
+ num_examples: 5000
32
+ download_size: 648287586
33
+ dataset_size: 654919565
34
+ ---
35
+ # Dataset Card for "unsplash_5k"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)