jkruk commited on
Commit
cd72d44
1 Parent(s): a19941f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: AnnotatorId
7
+ dtype: string
8
+ - name: ImgId
9
+ dtype: string
10
+ - name: caption
11
+ dtype: string
12
+ - name: Impact
13
+ dtype: float64
14
+ - name: image_description
15
+ dtype: string
16
+ - name: image_impression
17
+ dtype: string
18
+ - name: image_aesthetic_eval
19
+ dtype: string
20
+ - name: image_url
21
+ dtype: string
22
+ - name: source
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 2366953929.024
27
+ num_examples: 1352
28
+ download_size: 2214475090
29
+ dataset_size: 2366953929.024
30
+ ---
31
+ # Dataset Card for "Impressions"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)