Sławomir Dadas commited on
Commit
09c20f5
1 Parent(s): f61bb55

Initial version of the benchmark

Browse files
asset-manifest.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": {
3
+ "main.css": "/static/css/main.b0cad33e.css",
4
+ "main.js": "/static/js/main.46ab9b65.js",
5
+ "index.html": "/index.html",
6
+ "main.b0cad33e.css.map": "/static/css/main.b0cad33e.css.map",
7
+ "main.46ab9b65.js.map": "/static/js/main.46ab9b65.js.map"
8
+ },
9
+ "entrypoints": [
10
+ "static/css/main.b0cad33e.css",
11
+ "static/js/main.46ab9b65.js"
12
+ ]
13
+ }
data.json ADDED
The diff for this file is too large to render. See raw diff
 
favicon.png ADDED
index.html CHANGED
@@ -1,19 +1 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A leaderboard showing evaluation results"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Leaderboard</title><script defer="defer" src="/static/js/main.46ab9b65.js"></script><link href="/static/css/main.b0cad33e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
manifest.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "short_name": "Leaderboard",
3
+ "name": "A leaderboard showing evaluation results",
4
+ "icons": [
5
+ {
6
+ "src": "favicon.png",
7
+ "sizes": "64x64 32x32 24x24 16x16",
8
+ "type": "image/png"
9
+ }
10
+ ],
11
+ "start_url": ".",
12
+ "display": "standalone",
13
+ "theme_color": "#000000",
14
+ "background_color": "#ffffff"
15
+ }
robots.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow:
static/css/main.b0cad33e.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ :root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{-webkit-transform:rotate(45deg);transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{-webkit-transform:rotate(135deg);transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{-webkit-transform:rotate(225deg);transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#edf2f9;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;margin:50px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#222;text-decoration:none}h1,h2,h3,h4,h5,h6{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}a:hover{color:#2362b7;text-decoration:underline}div.table-wrapper{min-width:800px;overflow:auto;padding:0;position:relative}div.table-wrapper ::-webkit-scrollbar{width:12px}div.table-wrapper ::-webkit-scrollbar:horizontal{height:12px}div.table-wrapper ::-webkit-scrollbar-track,div.table-wrapper ::-webkit-scrollbar-track:horizontal{background:transparent}div.table-wrapper ::-webkit-scrollbar-thumb,div.table-wrapper ::-webkit-scrollbar-thumb:horizontal{background:#d9d9d9;border-radius:10px}div.table-wrapper ::-webkit-scrollbar-thumb:hover,div.table-wrapper ::-webkit-scrollbar-thumb:hover:horizontal{background:#c1c1c1}table{background-color:#fff;border-radius:.5rem;border-spacing:0;box-shadow:0 7px 14px 0 rgba(65,69,88,.1),0 3px 6px 0 rgba(0,0,0,.07);font-size:.9em;margin-bottom:7px;margin-top:5px}table thead{background-color:#f9fafd}table tr{margin:0}table th{margin:0;padding-left:5px;padding-right:5px}table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.02)}table td{margin:0;padding:12px 15px}td.cell-value{min-width:50px;text-align:center}td.cell-rowid,td.cell-rowid_header{background-color:#f9fafd;min-width:350px;padding-left:20px;text-align:left}th.cell-empty{background-color:#f9fafd}th.cell-header_group{font-size:1.2em;padding-bottom:10px;padding-top:20px;white-space:pre}th.cell-header_group.cell-expanded-false{min-width:120px;white-space:pre}th.cell-sortable_header{border-bottom:2px solid #ddd;font-size:.9em;font-weight:bolder;padding-bottom:5px;white-space:pre}th.cell-sortable_header:hover span{color:#2362b7;cursor:pointer;text-decoration:underline}th.cell-header{background-color:#f9fafd;border-bottom:2px solid #ddd;font-weight:bolder;padding-left:20px;text-align:left}td.cell-border,th.cell-border{border-left:2px solid #ddd}td.cell-bronze,td.cell-gold,td.cell-silver{white-space:pre}td.cell-gold{background-color:rgba(255,192,0,.1);color:#342f1f;text-decoration:underline}td.cell-silver{background-color:hsla(0,0%,42%,.1);color:#2a2a2a;text-decoration:underline}td.cell-bronze{background-color:rgba(152,83,8,.1);color:#2a2420;text-decoration:underline}th.cell-sorted{color:#2c7be5}div.sort-symbol{color:#bbb;height:10px;margin-top:-5px;overflow:visible}td.cell-sticky,th.cell-sticky{border-left:2px solid #ddd;border-right:2px solid #ddd;left:0;position:-webkit-sticky;position:sticky;z-index:999}div.header-actions{display:flex;height:22px;margin-bottom:5px;margin-top:-15px;text-align:left}div.filter-block{background-color:#f9fafd;border-radius:.5rem;box-shadow:0 3px 3px 0 rgba(65,69,88,.1);margin-bottom:-10px;padding:12px 25px;width:-webkit-max-content;width:max-content}div.filter-block input{margin-left:15px}.circled-icon{background:#fff;border:1px solid #999;border-radius:1rem;color:#000;display:inline-block;font-size:.8em;font-weight:700;margin-left:4px;margin-right:4px;opacity:.4;text-align:center;width:1.4em}.circled-icon:hover{cursor:pointer;opacity:1;text-decoration:none}.circled-icon.warning{background-color:#ffe8e8;border:1px solid #ff7878;color:#ff7878}.circled-icon .header-actions{clear:none;float:left}div.react-tooltip{border-radius:.5rem;box-shadow:0 3px 3px 0 rgba(65,69,88,.1);max-width:350px;text-align:justify;white-space:pre-line;z-index:1000}div.footer{font-size:.8em;padding-top:20px}td.cell-rowid_header{padding-top:0}div.rowid-filter input{border:1px solid #999;border-radius:.25rem;line-height:2em;opacity:.5;padding-left:30px;padding-right:10px;width:50%;z-index:999}div.rowid-filter input:focus{opacity:1;outline:none}div.rowid-filter span.icon{-webkit-filter:grayscale(1);filter:grayscale(1);margin-right:-27px;opacity:.4}p.description{-webkit-margin-before:0;-webkit-margin-after:.5em;font-size:.9em;margin-block-end:.5em;margin-block-start:0;max-width:1100px;text-align:justify}
2
+ /*# sourceMappingURL=main.b0cad33e.css.map*/
static/css/main.b0cad33e.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.b0cad33e.css","mappings":"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","sources":["../node_modules/react-tooltip/dist/react-tooltip.min.css","index.css"],"sourcesContent":[":root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);visibility:visible}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}","body {\n margin: 50px;\n font-family: \"Poppins\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n background-color: #edf2f9;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n\na {\n text-decoration: none;\n color: #222;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-block-start: 0;\n margin-block-end: 0;\n}\n\na:hover {\n text-decoration: underline;\n color: #2362b7;\n}\n\ndiv.table-wrapper {\n position: relative;\n overflow: auto;\n padding: 0;\n min-width: 800px;\n}\n\ndiv.table-wrapper ::-webkit-scrollbar {\n width: 12px;\n}\n\ndiv.table-wrapper ::-webkit-scrollbar:horizontal {\n height: 12px;\n}\n\n/* Track */\ndiv.table-wrapper ::-webkit-scrollbar-track, div.table-wrapper ::-webkit-scrollbar-track:horizontal {\n background: transparent;\n}\n\n/* Handle */\ndiv.table-wrapper ::-webkit-scrollbar-thumb, div.table-wrapper ::-webkit-scrollbar-thumb:horizontal {\n background: #d9d9d9;\n border-radius: 10px;\n}\n\n/* Handle on hover */\ndiv.table-wrapper ::-webkit-scrollbar-thumb:hover, div.table-wrapper ::-webkit-scrollbar-thumb:hover:horizontal {\n background: #c1c1c1;\n}\n\ntable {\n background-color: #fff;\n box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);\n border-radius: 0.5rem;\n border-spacing: 0;\n font-size: 0.9em;\n margin-top: 5px;\n margin-bottom: 7px;\n}\n\ntable thead {\n background-color: #f9fafd;\n}\n\ntable tr {\n margin: 0;\n}\n\ntable th {\n margin: 0;\n padding-left: 5px;\n padding-right: 5px;\n}\n\ntable tbody tr:nth-child(even) {\n background-color: rgba(0, 0, 0, 0.02);\n}\n\ntable td {\n margin: 0;\n padding: 12px 15px;\n}\n\ntd.cell-value {\n text-align: center;\n min-width: 50px;\n}\n\ntd.cell-rowid, td.cell-rowid_header {\n min-width: 350px;\n text-align: left;\n padding-left: 20px;\n background-color: #f9fafd;\n}\n\nth.cell-empty {\n background-color: #f9fafd;\n}\n\nth.cell-header_group {\n padding-top: 20px;\n padding-bottom: 10px;\n font-size: 1.2em;\n white-space: pre;\n}\n\nth.cell-header_group.cell-expanded-false {\n white-space: pre;\n min-width: 120px;\n}\n\nth.cell-sortable_header {\n font-size: 0.9em;\n font-weight: bolder;\n white-space: pre;\n padding-bottom: 5px;\n border-bottom: 2px solid #ddd;\n}\n\nth.cell-sortable_header:hover span {\n cursor: pointer;\n color: #2362b7;\n text-decoration: underline;\n}\n\nth.cell-header {\n font-weight: bolder;\n text-align: left;\n padding-left: 20px;\n border-bottom: 2px solid #ddd;\n background-color: #f9fafd;\n}\n\ntd.cell-border, th.cell-border {\n border-left: 2px solid #ddd;\n}\n\ntd.cell-gold, td.cell-silver, td.cell-bronze {\n white-space: pre;\n}\n\ntd.cell-gold {\n background-color: rgba(255, 192, 0, 0.1);\n color: rgb(52, 47, 31);\n text-decoration: underline;\n}\n\ntd.cell-silver {\n background-color: rgba(108, 108, 108, 0.1);\n color: rgb(42, 42, 42);\n text-decoration: underline;\n}\n\ntd.cell-bronze {\n background-color: rgba(152, 83, 8, 0.1);\n color: rgb(42, 36, 32);\n text-decoration: underline;\n}\n\nth.cell-sorted {\n color: #2c7be5;\n}\n\ndiv.sort-symbol {\n height: 10px;\n overflow: visible;\n margin-top: -5px;\n color: #bbb;\n}\n\ntd.cell-sticky, th.cell-sticky {\n border-left: 2px solid #ddd;\n border-right: 2px solid #ddd;\n position: sticky;\n left: 0;\n z-index: 999;\n}\n\ndiv.header-actions {\n margin-top: -15px;\n margin-bottom: 5px;\n height: 22px;\n text-align: left;\n display: flex;\n}\n\ndiv.filter-block {\n background-color: #f9fafd;\n border-radius: 0.5rem;\n box-shadow: 0 3px 3px 0 rgba(65, 69, 88, 0.1);\n padding: 12px 25px;\n width: max-content;\n margin-bottom: -10px;\n}\n\ndiv.filter-block input {\n margin-left: 15px\n}\n\n.circled-icon {\n font-size: 0.8em;\n font-weight: bold;\n background: #fff;\n color: #000;\n width: 1.4em;\n margin-left: 4px;\n margin-right: 4px;\n border-radius: 1rem;\n border: 1px solid #999;\n text-align: center;\n opacity: 0.4;\n display: inline-block;\n}\n\n.circled-icon:hover {\n cursor: pointer;\n opacity: 1.0;\n text-decoration: none;\n}\n\n.circled-icon.warning {\n color: #ff7878;\n border: 1px solid #ff7878;\n background-color: #ffe8e8;\n}\n\n.circled-icon .header-actions {\n float: left;\n clear: none;\n}\n\ndiv.react-tooltip {\n border-radius: 0.5rem;\n box-shadow: 0 3px 3px 0 rgba(65, 69, 88, 0.1);\n max-width: 350px;\n z-index: 1000;\n white-space: pre-line;\n text-align: justify;\n}\n\ndiv.footer {\n padding-top: 20px;\n font-size: 0.8em;\n}\n\ntd.cell-rowid_header {\n padding-top: 0;\n}\n\ndiv.rowid-filter input {\n border: 1px solid #999;\n line-height: 2em;\n padding-left: 30px;\n padding-right: 10px;\n opacity: 0.5;\n z-index: 999;\n border-radius: 0.25rem;\n width: 50%\n}\n\ndiv.rowid-filter input:focus {\n opacity: 1;\n outline: none;\n}\n\ndiv.rowid-filter span.icon {\n opacity: 0.4;\n margin-right: -27px;\n filter: grayscale(1);\n}\n\np.description {\n font-size: 0.9em;\n margin-block-start: 0;\n margin-block-end: 0.5em;\n max-width: 1100px;\n text-align: justify;\n}"],"names":[],"sourceRoot":""}
static/js/main.46ab9b65.js ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.46ab9b65.js.LICENSE.txt ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */
6
+
7
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
8
+
9
+ /**
10
+ * @license React
11
+ * react-dom.production.min.js
12
+ *
13
+ * Copyright (c) Facebook, Inc. and its affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */
18
+
19
+ /**
20
+ * @license React
21
+ * react-jsx-runtime.production.min.js
22
+ *
23
+ * Copyright (c) Facebook, Inc. and its affiliates.
24
+ *
25
+ * This source code is licensed under the MIT license found in the
26
+ * LICENSE file in the root directory of this source tree.
27
+ */
28
+
29
+ /**
30
+ * @license React
31
+ * react.production.min.js
32
+ *
33
+ * Copyright (c) Facebook, Inc. and its affiliates.
34
+ *
35
+ * This source code is licensed under the MIT license found in the
36
+ * LICENSE file in the root directory of this source tree.
37
+ */
38
+
39
+ /**
40
+ * @license React
41
+ * scheduler.production.min.js
42
+ *
43
+ * Copyright (c) Facebook, Inc. and its affiliates.
44
+ *
45
+ * This source code is licensed under the MIT license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
+ */
static/js/main.46ab9b65.js.map ADDED
The diff for this file is too large to render. See raw diff