This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. .gitattributes +35 -0
  2. .gitignore +1 -3
  3. README.md +2 -13
  4. assets/images/thumbnail.png +0 -0
  5. assets/scripts/avg_ifeval_by_model_type.html +0 -0
  6. assets/scripts/avg_ifeval_vs_all.html +0 -0
  7. assets/scripts/correlation_heatmap.html +0 -0
  8. assets/scripts/math_vs_avg_all.html +0 -0
  9. assets/scripts/math_vs_gsm8k.html +0 -0
  10. assets/scripts/model_size_vs_perf.html +0 -0
  11. assets/scripts/musr_through_time.html +0 -0
  12. assets/scripts/new_scores_vs_old.html +0 -0
  13. assets/scripts/normalized_vs_raw.html +0 -0
  14. assets/scripts/plot.html +0 -0
  15. assets/scripts/rankings_change.html +0 -0
  16. dist/assets/images/thumbnail.png +0 -0
  17. dist/assets/scripts/avg_ifeval_by_model_type.html +0 -0
  18. dist/assets/scripts/avg_ifeval_vs_all.html +0 -0
  19. dist/assets/scripts/correlation_heatmap.html +0 -0
  20. dist/assets/scripts/math_vs_avg_all.html +0 -0
  21. dist/assets/scripts/math_vs_gsm8k.html +0 -0
  22. dist/assets/scripts/model_size_vs_perf.html +0 -0
  23. dist/assets/scripts/musr_through_time.html +0 -0
  24. dist/assets/scripts/new_scores_vs_old.html +0 -0
  25. dist/assets/scripts/normalized_vs_raw.html +0 -0
  26. dist/assets/scripts/plot.html +0 -0
  27. dist/assets/scripts/rankings_change.html +0 -0
  28. dist/index.html +0 -0
  29. dist/main.bundle.js +1 -1
  30. dist/main.bundle.js.map +1 -1
  31. dist/style.css +5 -0
  32. node_modules/.bin/acorn +1 -0
  33. node_modules/.bin/ansi-html +1 -0
  34. node_modules/.bin/browserslist +1 -0
  35. node_modules/.bin/cssesc +1 -0
  36. node_modules/.bin/envinfo +1 -0
  37. node_modules/.bin/flat +1 -0
  38. node_modules/.bin/glob +1 -0
  39. node_modules/.bin/he +1 -0
  40. node_modules/.bin/html-minifier-terser +1 -0
  41. node_modules/.bin/import-local-fixture +1 -0
  42. node_modules/.bin/is-docker +1 -0
  43. node_modules/.bin/is-inside-container +1 -0
  44. node_modules/.bin/jsesc +1 -0
  45. node_modules/.bin/json5 +1 -0
  46. node_modules/.bin/mime +1 -0
  47. node_modules/.bin/multicast-dns +1 -0
  48. node_modules/.bin/nanoid +1 -0
  49. node_modules/.bin/opener +1 -0
  50. node_modules/.bin/parser +1 -0
.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -9,6 +9,4 @@ __pycache__/
9
  .python-version
10
  .profile_app.python
11
  *pstats
12
- poetry.lock
13
- node_modules/
14
-
 
9
  .python-version
10
  .profile_app.python
11
  *pstats
12
+ poetry.lock
 
 
README.md CHANGED
@@ -7,21 +7,10 @@ sdk: static
7
  pinned: false
8
  header: mini
9
  app_file: dist/index.html
10
- thumbnail: https://huggingface.co/spaces/open-llm-leaderboard/blog/resolve/main/assets/images/thumbnail.png
11
  ---
12
 
13
- ## How to update the blog
14
  - `npm install`
15
  - `npm run dev`
16
  - change in src, then `npm run build`
17
- - commit dist to propagate changes + assets/src to allow for easier local development
18
-
19
- ## Templating
20
- You can leverage the [handlebars](https://handlebarsjs.com/) templating engine to generate html files from a template. Only the `.html.handlebars` files are processed. Currently only variables based on the files in src/fragments are available. Thus if you want to substitute the content of a frament file use it's dashed name as a variable name (e.g. `{{saturation-html}}`).
21
-
22
- ## Colors consistency
23
- All `.json` files in /assets are subject of color transformation.
24
- The expected format of the transformed key:value is `[color|colorFrom|colorTo]:colorName opacity`. The colorName is they substitued by the named color defined in color.mjs.
25
-
26
- ## What would be nice
27
- 1) Not using static spaces and instead building the file on spaces directly. This way we don't have recommit the dist all the time
 
7
  pinned: false
8
  header: mini
9
  app_file: dist/index.html
10
+ #thumbnail: https://huggingface.co/spaces/open-llm-leaderboard/blogpost-v2/resolve/main/screenshot.jpeg
11
  ---
12
 
 
13
  - `npm install`
14
  - `npm run dev`
15
  - change in src, then `npm run build`
16
+ - commit dist
 
 
 
 
 
 
 
 
 
 
assets/images/thumbnail.png DELETED
Binary file (599 kB)
 
assets/scripts/avg_ifeval_by_model_type.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/avg_ifeval_vs_all.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/correlation_heatmap.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/math_vs_avg_all.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/math_vs_gsm8k.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/model_size_vs_perf.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/musr_through_time.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/new_scores_vs_old.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/normalized_vs_raw.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/plot.html ADDED
The diff for this file is too large to render. See raw diff
 
assets/scripts/rankings_change.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/images/thumbnail.png DELETED
Binary file (719 kB)
 
dist/assets/scripts/avg_ifeval_by_model_type.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/avg_ifeval_vs_all.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/correlation_heatmap.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/math_vs_avg_all.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/math_vs_gsm8k.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/model_size_vs_perf.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/musr_through_time.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/new_scores_vs_old.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/normalized_vs_raw.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/plot.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/scripts/rankings_change.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/index.html CHANGED
The diff for this file is too large to render. See raw diff
 
dist/main.bundle.js CHANGED
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e=function(){document.querySelectorAll(".plotly-graph-div").forEach((function(e){console.log(e.parentElement.parentElement.offsetWidth),e.parentElement.parentElement.offsetWidth>0&&Plotly.relayout(e,{width:e.parentElement.parentElement.offsetWidth})}))};document.addEventListener("DOMContentLoaded",(function(){e(),window.addEventListener("resize",e)}),{once:!0})})();
2
  //# sourceMappingURL=main.bundle.js.map
 
1
+ document.addEventListener("DOMContentLoaded",(function(){console.log("DOMContentLoaded")}),{once:!0});
2
  //# sourceMappingURL=main.bundle.js.map
dist/main.bundle.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"main.bundle.js","mappings":"mBAIA,IAAMA,EAAkB,WACNC,SAASC,iBAAiB,qBAClCC,SAAQ,SAAAC,GACVC,QAAQC,IAAIF,EAAKG,cAAcA,cAAcC,aACzCJ,EAAKG,cAAcA,cAAcC,YAAc,GAC/CC,OAAOC,SAASN,EAAM,CAClBO,MAAOP,EAAKG,cAAcA,cAAcC,aAGpD,GACJ,ECbAP,SAASW,iBAAiB,oBAAoB,WDiB1CZ,IACAa,OAAOD,iBAAiB,SAAUZ,EChBtC,GAAG,CAAEc,MAAM,G","sources":["webpack://blogpost/./src/plotting.js","webpack://blogpost/./src/index.js"],"sourcesContent":["\n\n// Get all plots on the page\n// \nconst updatePlotSizes = () => {\n const plots = document.querySelectorAll('.plotly-graph-div');\n plots.forEach(plot => {\n console.log(plot.parentElement.parentElement.offsetWidth);\n if (plot.parentElement.parentElement.offsetWidth > 0) {\n Plotly.relayout(plot, {\n width: plot.parentElement.parentElement.offsetWidth,\n });\n }\n });\n}\n\n// Function to update plot sizes\nexport function initResizing() {\n updatePlotSizes();\n window.addEventListener('resize', updatePlotSizes);\n}\n\n// Add event listener for window resize\n","import { initResizing } from \"./plotting\";\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n initResizing();\n}, { once: true });"],"names":["updatePlotSizes","document","querySelectorAll","forEach","plot","console","log","parentElement","offsetWidth","Plotly","relayout","width","addEventListener","window","once"],"sourceRoot":""}
 
1
+ {"version":3,"file":"main.bundle.js","mappings":"AAAAA,SAASC,iBAAiB,oBAAoB,WAC1CC,QAAQC,IAAI,mBAChB,GAAG,CAAEC,MAAM","sources":["webpack://blogpost/./src/index.js"],"sourcesContent":["document.addEventListener(\"DOMContentLoaded\", () => {\n console.log(\"DOMContentLoaded\");\n}, { once: true });"],"names":["document","addEventListener","console","log","once"],"sourceRoot":""}
dist/style.css CHANGED
@@ -139,6 +139,11 @@ d-byline .byline {
139
  }
140
  }
141
 
 
 
 
 
 
142
  d-contents > nav a.active {
143
  text-decoration: underline;
144
  }
 
139
  }
140
  }
141
 
142
+ #title-plot {
143
+ margin-top: 0px;
144
+ margin-bottom: 0px;
145
+ }
146
+
147
  d-contents > nav a.active {
148
  text-decoration: underline;
149
  }
node_modules/.bin/acorn ADDED
@@ -0,0 +1 @@
 
 
1
+ ../acorn/bin/acorn
node_modules/.bin/ansi-html ADDED
@@ -0,0 +1 @@
 
 
1
+ ../ansi-html-community/bin/ansi-html
node_modules/.bin/browserslist ADDED
@@ -0,0 +1 @@
 
 
1
+ ../browserslist/cli.js
node_modules/.bin/cssesc ADDED
@@ -0,0 +1 @@
 
 
1
+ ../cssesc/bin/cssesc
node_modules/.bin/envinfo ADDED
@@ -0,0 +1 @@
 
 
1
+ ../envinfo/dist/cli.js
node_modules/.bin/flat ADDED
@@ -0,0 +1 @@
 
 
1
+ ../flat/cli.js
node_modules/.bin/glob ADDED
@@ -0,0 +1 @@
 
 
1
+ ../glob/dist/esm/bin.mjs
node_modules/.bin/he ADDED
@@ -0,0 +1 @@
 
 
1
+ ../he/bin/he
node_modules/.bin/html-minifier-terser ADDED
@@ -0,0 +1 @@
 
 
1
+ ../html-minifier-terser/cli.js
node_modules/.bin/import-local-fixture ADDED
@@ -0,0 +1 @@
 
 
1
+ ../import-local/fixtures/cli.js
node_modules/.bin/is-docker ADDED
@@ -0,0 +1 @@
 
 
1
+ ../is-docker/cli.js
node_modules/.bin/is-inside-container ADDED
@@ -0,0 +1 @@
 
 
1
+ ../is-inside-container/cli.js
node_modules/.bin/jsesc ADDED
@@ -0,0 +1 @@
 
 
1
+ ../jsesc/bin/jsesc
node_modules/.bin/json5 ADDED
@@ -0,0 +1 @@
 
 
1
+ ../json5/lib/cli.js
node_modules/.bin/mime ADDED
@@ -0,0 +1 @@
 
 
1
+ ../mime/cli.js
node_modules/.bin/multicast-dns ADDED
@@ -0,0 +1 @@
 
 
1
+ ../multicast-dns/cli.js
node_modules/.bin/nanoid ADDED
@@ -0,0 +1 @@
 
 
1
+ ../nanoid/bin/nanoid.cjs
node_modules/.bin/opener ADDED
@@ -0,0 +1 @@
 
 
1
+ ../opener/bin/opener-bin.js
node_modules/.bin/parser ADDED
@@ -0,0 +1 @@
 
 
1
+ ../@babel/parser/bin/babel-parser.js