Spaces:
Running
Running
Minor grammar changes
#1
by
osanseviero
- opened
This view is limited to 50 files because it contains too many changes.
See the raw diff here.
- .gitattributes +35 -0
- .gitignore +1 -3
- README.md +2 -13
- assets/images/thumbnail.png +0 -0
- assets/scripts/avg_ifeval_by_model_type.html +0 -0
- assets/scripts/avg_ifeval_vs_all.html +0 -0
- assets/scripts/correlation_heatmap.html +0 -0
- assets/scripts/math_vs_avg_all.html +0 -0
- assets/scripts/math_vs_gsm8k.html +0 -0
- assets/scripts/model_size_vs_perf.html +0 -0
- assets/scripts/musr_through_time.html +0 -0
- assets/scripts/new_scores_vs_old.html +0 -0
- assets/scripts/normalized_vs_raw.html +0 -0
- assets/scripts/plot.html +0 -0
- assets/scripts/rankings_change.html +0 -0
- dist/assets/images/thumbnail.png +0 -0
- dist/assets/scripts/avg_ifeval_by_model_type.html +0 -0
- dist/assets/scripts/avg_ifeval_vs_all.html +0 -0
- dist/assets/scripts/correlation_heatmap.html +0 -0
- dist/assets/scripts/math_vs_avg_all.html +0 -0
- dist/assets/scripts/math_vs_gsm8k.html +0 -0
- dist/assets/scripts/model_size_vs_perf.html +0 -0
- dist/assets/scripts/musr_through_time.html +0 -0
- dist/assets/scripts/new_scores_vs_old.html +0 -0
- dist/assets/scripts/normalized_vs_raw.html +0 -0
- dist/assets/scripts/plot.html +0 -0
- dist/assets/scripts/rankings_change.html +0 -0
- dist/index.html +0 -0
- dist/main.bundle.js +1 -1
- dist/main.bundle.js.map +1 -1
- dist/style.css +5 -0
- node_modules/.bin/acorn +1 -0
- node_modules/.bin/ansi-html +1 -0
- node_modules/.bin/browserslist +1 -0
- node_modules/.bin/cssesc +1 -0
- node_modules/.bin/envinfo +1 -0
- node_modules/.bin/flat +1 -0
- node_modules/.bin/glob +1 -0
- node_modules/.bin/he +1 -0
- node_modules/.bin/html-minifier-terser +1 -0
- node_modules/.bin/import-local-fixture +1 -0
- node_modules/.bin/is-docker +1 -0
- node_modules/.bin/is-inside-container +1 -0
- node_modules/.bin/jsesc +1 -0
- node_modules/.bin/json5 +1 -0
- node_modules/.bin/mime +1 -0
- node_modules/.bin/multicast-dns +1 -0
- node_modules/.bin/nanoid +1 -0
- node_modules/.bin/opener +1 -0
- 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/
|
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
|
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 |
-
|
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":"
|
|
|
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
|