Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- assets/favicon.svg +4 -0
- assets/index.css +0 -0
- assets/index.js +0 -0
- index.html +26 -17
- logs/2025-11-04T14-51-27+00-00_mmlu-pro_DMLXDmfX3VSHaVrUWJ6WHb.eval +0 -0
- logs/eval-set.json +17 -0
- logs/listing.json +19 -0
- robots.txt +2 -0
assets/favicon.svg
ADDED
|
|
assets/index.css
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
assets/index.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
index.html
CHANGED
|
@@ -1,19 +1,28 @@
|
|
| 1 |
<!doctype html>
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
<!doctype html>
|
| 2 |
+
<html lang="en" data-bs-theme="light">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
+
<title>Inspect View</title>
|
| 7 |
+
<link rel="icon" href="./assets/favicon.svg" />
|
| 8 |
+
|
| 9 |
+
<script>
|
| 10 |
+
// Forward the theme (dark or light) onto the root html element
|
| 11 |
+
// this parameter will tend to appear when the view is hosted within
|
| 12 |
+
// an iframe (e.g. in vscode)
|
| 13 |
+
const urlParams = new URLSearchParams(window.location.search);
|
| 14 |
+
const theme = urlParams.get("inspectLogviewThemeCategory");
|
| 15 |
+
if (theme) {
|
| 16 |
+
document.documentElement.setAttribute("data-text-highlight", theme);
|
| 17 |
+
document.documentElement.setAttribute("data-bs-theme", theme);
|
| 18 |
+
}
|
| 19 |
+
</script>
|
| 20 |
+
<script type="module" crossorigin src="./assets/index.js"></script>
|
| 21 |
+
<link rel="stylesheet" crossorigin href="./assets/index.css">
|
| 22 |
+
<script id="log_dir_context" type="application/json">{"log_dir": "logs"}</script>
|
| 23 |
+
</head>
|
| 24 |
+
|
| 25 |
+
<body style="min-width: 450px">
|
| 26 |
+
<div id="app"></div>
|
| 27 |
+
</body>
|
| 28 |
</html>
|
logs/2025-11-04T14-51-27+00-00_mmlu-pro_DMLXDmfX3VSHaVrUWJ6WHb.eval
ADDED
|
Binary file (88.4 kB). View file
|
|
|
logs/eval-set.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_set_id": "YiQBXJhUEpKdv9PHeZdPL7",
|
| 3 |
+
"tasks": [
|
| 4 |
+
{
|
| 5 |
+
"name": "mmlu_pro",
|
| 6 |
+
"task_id": "DMLXDmfX3VSHaVrUWJ6WHb",
|
| 7 |
+
"task_args": {
|
| 8 |
+
"lighteval_task_config": "mmlu_pro",
|
| 9 |
+
"epochs": 1,
|
| 10 |
+
"epochs_reducer": null
|
| 11 |
+
},
|
| 12 |
+
"model": "vllm/HuggingFaceTB/SmolLM3-3B",
|
| 13 |
+
"model_args": {},
|
| 14 |
+
"sequence": 0
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
logs/listing.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"2025-11-04T14-51-27+00-00_mmlu-pro_DMLXDmfX3VSHaVrUWJ6WHb.eval": {
|
| 3 |
+
"eval_id": "NBoSpndfCFM3ZtvvaPCYnG",
|
| 4 |
+
"run_id": "YSQMts6LqjSrxGwar4USHe",
|
| 5 |
+
"task": "mmlu_pro",
|
| 6 |
+
"task_id": "DMLXDmfX3VSHaVrUWJ6WHb",
|
| 7 |
+
"task_version": 0,
|
| 8 |
+
"version": 2,
|
| 9 |
+
"status": "success",
|
| 10 |
+
"model": "vllm/HuggingFaceTB/SmolLM3-3B",
|
| 11 |
+
"started_at": "2025-11-04T14:51:27+00:00",
|
| 12 |
+
"completed_at": "2025-11-04T14:57:35+00:00",
|
| 13 |
+
"primary_metric": {
|
| 14 |
+
"name": "accuracy",
|
| 15 |
+
"value": 0.5,
|
| 16 |
+
"params": {}
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
robots.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
User-agent: *
|
| 2 |
+
Disallow: /
|