arnav0708 commited on
Commit
249c466
·
1 Parent(s): c26e40c

Add CrUX presence and p75 metrics with valid dataset schema

Browse files
Files changed (2) hide show
  1. README.md +2 -247
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,255 +1,10 @@
1
  ---
 
2
  configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: ID
10
- dtype: int64
11
- - name: REPO_ID
12
- dtype: string
13
- - name: FRAMEWORK
14
- dtype: string
15
- - name: COMMIT_ID
16
- dtype: string
17
- - name: ZIP_REPO_PATH
18
- dtype: string
19
- - name: HOST_FILE_PATH
20
- dtype: string
21
- - name: CWV_MOBILE
22
- dtype: 'null'
23
- - name: CWV_DESKTOP
24
- dtype: 'null'
25
- - name: SOURCE
26
- dtype: string
27
- - name: IS_LIVE
28
- struct:
29
- - name: CHECKED_URL
30
- dtype: string
31
- - name: ERROR
32
- dtype: 'null'
33
- - name: LIVE
34
- dtype: bool
35
- - name: REPO_URL
36
- dtype: string
37
- - name: STATUS
38
- dtype: float64
39
- - name: cwv_mobile
40
- struct:
41
- - name: aggregated
42
- struct:
43
- - name: CLS_mean
44
- dtype: float64
45
- - name: CLS_median
46
- dtype: float64
47
- - name: CLS_rating
48
- dtype: string
49
- - name: CLS_stdev
50
- dtype: float64
51
- - name: FCP_mean
52
- dtype: float64
53
- - name: FCP_median
54
- dtype: float64
55
- - name: FID_mean
56
- dtype: float64
57
- - name: FID_median
58
- dtype: float64
59
- - name: FID_rating
60
- dtype: string
61
- - name: FID_stdev
62
- dtype: float64
63
- - name: INP_mean
64
- dtype: float64
65
- - name: INP_median
66
- dtype: float64
67
- - name: INP_p75
68
- dtype: float64
69
- - name: INP_rating
70
- dtype: string
71
- - name: INP_stdev
72
- dtype: float64
73
- - name: LCP_mean
74
- dtype: float64
75
- - name: LCP_median
76
- dtype: float64
77
- - name: LCP_p75
78
- dtype: float64
79
- - name: LCP_rating
80
- dtype: string
81
- - name: LCP_stdev
82
- dtype: float64
83
- - name: TTFB_mean
84
- dtype: float64
85
- - name: TTFB_median
86
- dtype: float64
87
- - name: TTFB_rating
88
- dtype: string
89
- - name: TTFB_stdev
90
- dtype: float64
91
- - name: outliers_removed
92
- struct:
93
- - name: CLS
94
- dtype: float64
95
- - name: INP
96
- dtype: float64
97
- - name: LCP
98
- dtype: float64
99
- - name: total_runs
100
- dtype: float64
101
- - name: valid_runs
102
- dtype: float64
103
- - name: device
104
- dtype: string
105
- - name: final_settle_time
106
- dtype: float64
107
- - name: num_runs
108
- dtype: float64
109
- - name: runs
110
- list:
111
- - name: CLS
112
- dtype: float64
113
- - name: FCP
114
- dtype: float64
115
- - name: FID
116
- dtype: float64
117
- - name: INP
118
- dtype: float64
119
- - name: LCP
120
- dtype: float64
121
- - name: TTFB
122
- dtype: float64
123
- - name: lcp_element
124
- dtype: string
125
- - name: status
126
- dtype: string
127
- - name: status
128
- dtype: string
129
- - name: webpages
130
- list: string
131
- - name: deduped_webpages
132
- list: string
133
- - name: TOTAL_SIZE
134
- dtype: float64
135
- - name: libraries
136
- list: string
137
- - name: framework
138
- dtype: string
139
- - name: CODE_STATS
140
- struct:
141
- - name: build_artifacts
142
- list: string
143
- - name: dependencies
144
- struct:
145
- - name: gem
146
- list: string
147
- - name: npm
148
- list: string
149
- - name: pip
150
- list: string
151
- - name: file_details
152
- list: 'null'
153
- - name: files_by_language
154
- struct:
155
- - name: c/c++
156
- dtype: float64
157
- - name: config
158
- dtype: float64
159
- - name: go
160
- dtype: float64
161
- - name: java
162
- dtype: float64
163
- - name: javascript
164
- dtype: float64
165
- - name: markdown
166
- dtype: float64
167
- - name: markup
168
- dtype: float64
169
- - name: php
170
- dtype: float64
171
- - name: python
172
- dtype: float64
173
- - name: ruby
174
- dtype: float64
175
- - name: rust
176
- dtype: float64
177
- - name: style
178
- dtype: float64
179
- - name: lines_by_language
180
- struct:
181
- - name: c/c++
182
- dtype: float64
183
- - name: config
184
- dtype: float64
185
- - name: go
186
- dtype: float64
187
- - name: java
188
- dtype: float64
189
- - name: javascript
190
- dtype: float64
191
- - name: markdown
192
- dtype: float64
193
- - name: markup
194
- dtype: float64
195
- - name: php
196
- dtype: float64
197
- - name: python
198
- dtype: float64
199
- - name: ruby
200
- dtype: float64
201
- - name: rust
202
- dtype: float64
203
- - name: style
204
- dtype: float64
205
- - name: size_by_language
206
- struct:
207
- - name: c/c++
208
- dtype: float64
209
- - name: config
210
- dtype: float64
211
- - name: go
212
- dtype: float64
213
- - name: java
214
- dtype: float64
215
- - name: javascript
216
- dtype: float64
217
- - name: markdown
218
- dtype: float64
219
- - name: markup
220
- dtype: float64
221
- - name: php
222
- dtype: float64
223
- - name: python
224
- dtype: float64
225
- - name: ruby
226
- dtype: float64
227
- - name: rust
228
- dtype: float64
229
- - name: style
230
- dtype: float64
231
- - name: total_files
232
- dtype: float64
233
- - name: total_lines
234
- dtype: float64
235
- - name: total_size
236
- dtype: float64
237
- - name: CODE_SIZE
238
- dtype: float64
239
- - name: MEDIA_AND_OTHER_FILES
240
- dtype: float64
241
- - name: PACKAGES
242
- dtype: string
243
- - name: framework_label
244
- dtype: string
245
- - name: Framework_labels
246
- list: string
247
- splits:
248
- - name: train
249
- num_bytes: 28124418
250
- num_examples: 10686
251
- download_size: 20892298
252
- dataset_size: 28124418
253
  ---
254
 
255
  # CWV Bench v0 – Deployment Metadata
 
1
  ---
2
+ pretty_name: CWV Bench v0
3
  configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: data/train-*.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # CWV Bench v0 – Deployment Metadata
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3457204f4c5ce5f7e70b955ee5697188620e1118da40c42ac0ea9ea61252e68
3
- size 20892298
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:878afa1962b0f582e8628b9668dc9220bfd716b82f4c8a86f94bd992e3957cd6
3
+ size 21016773