iamkaikai commited on
Commit
f7c30e7
·
verified ·
1 Parent(s): fa55682

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -68
README.md CHANGED
@@ -12,70 +12,6 @@ tags:
12
  - human-labels
13
  - ratings
14
  - Evaluation
15
- configs:
16
- - config_name: default
17
- data_files:
18
- - split: train
19
- path: data/train-*
20
- - split: test
21
- path: data/test-*
22
- dataset_info:
23
- features:
24
- - name: image_id
25
- dtype: int64
26
- - name: gallery_id
27
- dtype: int64
28
- - name: gallery_name
29
- dtype: string
30
- - name: title
31
- dtype: string
32
- - name: photographer
33
- dtype: string
34
- - name: challenge
35
- dtype: string
36
- - name: editing_rule
37
- dtype: string
38
- - name: camera
39
- dtype: string
40
- - name: location
41
- dtype: string
42
- - name: date_uploaded
43
- dtype: string
44
- - name: place
45
- dtype: float64
46
- - name: total_entries
47
- dtype: int64
48
- - name: avg_all_users
49
- dtype: float64
50
- - name: avg_commenters
51
- dtype: float64
52
- - name: avg_participants
53
- dtype: float64
54
- - name: avg_nonparticipants
55
- dtype: float64
56
- - name: views_since_voting
57
- dtype: int64
58
- - name: views_during_voting
59
- dtype: int64
60
- - name: votes
61
- dtype: int64
62
- - name: comments_count
63
- dtype: int64
64
- - name: favorites_count
65
- dtype: int64
66
- - name: has_statistics
67
- dtype: bool
68
- - name: image
69
- dtype: image
70
- splits:
71
- - name: train
72
- num_bytes: 31655633147.4309
73
- num_examples: 184906
74
- - name: test
75
- num_bytes: 3511849887.6831055
76
- num_examples: 20546
77
- download_size: 34700786563
78
- dataset_size: 35167483035.114006
79
  ---
80
 
81
  # DPChallenge Photo Metadata Dataset
@@ -98,8 +34,8 @@ This dataset contains metadata and statistics from DPChallenge, a photography co
98
 
99
  ### Data Splits
100
 
101
- - **Train**: 184,982 images (90%)
102
- - **Test**: 20,554 images (10%)
103
 
104
  The test set is stratified by score bins (0-4, 5-6, 7-10) to ensure even distribution of image quality ratings.
105
 
@@ -126,7 +62,7 @@ The test set is stratified by score bins (0-4, 5-6, 7-10) to ensure even distrib
126
  - `votes` (int): Number of votes received
127
  - `comments_count` (int): Number of comments
128
  - `favorites_count` (int): Number of times favorited
129
- - `image_url` (string): URL to the image
130
  - `has_statistics` (bool): Whether full statistics are available
131
 
132
  ### Score Distribution
@@ -153,7 +89,7 @@ Statistics for human label scores across the dataset:
153
 
154
  ## Source Data
155
 
156
- Data scraped from [DPChallenge](https://www.dpchallenge.com/) public photo galleries. This dataset contains only metadata and statistics; images are referenced by URL.
157
 
158
 
159
  ## Citation
 
12
  - human-labels
13
  - ratings
14
  - Evaluation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # DPChallenge Photo Metadata Dataset
 
34
 
35
  ### Data Splits
36
 
37
+ - **Train**: 184,906 images (90%)
38
+ - **Test**: 20,546 images (10%)
39
 
40
  The test set is stratified by score bins (0-4, 5-6, 7-10) to ensure even distribution of image quality ratings.
41
 
 
62
  - `votes` (int): Number of votes received
63
  - `comments_count` (int): Number of comments
64
  - `favorites_count` (int): Number of times favorited
65
+ - `image` (Image): The actual image file
66
  - `has_statistics` (bool): Whether full statistics are available
67
 
68
  ### Score Distribution
 
89
 
90
  ## Source Data
91
 
92
+ Data scraped from [DPChallenge](https://www.dpchallenge.com/) public photo galleries. This dataset includes both images and metadata.
93
 
94
 
95
  ## Citation