Spaces:
Running
Running
sync from provael/provael@6ddabfa
Browse files- app.py +1 -1
- results/leaderboard.json +6 -6
- results/source.json +1 -1
app.py
CHANGED
|
@@ -60,7 +60,7 @@ TOTAL_ADVERSARIAL_FAMILIES = 17
|
|
| 60 |
#: The release this Space was published from — the "you are here" against which `measured_with`
|
| 61 |
#: reads as stale. Checked against `provael.__version__` by `tests/test_counted_claims.py` for the
|
| 62 |
#: same reason as above: an unguarded version string in an uninstalled Space rots invisibly.
|
| 63 |
-
CURRENT_RELEASE = "0.
|
| 64 |
|
| 65 |
#: Policies considered open-source (weights available) — drives the RoboArena-style split.
|
| 66 |
OPEN_SOURCE_POLICIES = frozenset(
|
|
|
|
| 60 |
#: The release this Space was published from — the "you are here" against which `measured_with`
|
| 61 |
#: reads as stale. Checked against `provael.__version__` by `tests/test_counted_claims.py` for the
|
| 62 |
#: same reason as above: an unguarded version string in an uninstalled Space rots invisibly.
|
| 63 |
+
CURRENT_RELEASE = "0.43.0"
|
| 64 |
|
| 65 |
#: Policies considered open-source (weights available) — drives the RoboArena-style split.
|
| 66 |
OPEN_SOURCE_POLICIES = frozenset(
|
results/leaderboard.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"commit": "
|
| 3 |
"examples": [
|
| 4 |
{
|
| 5 |
"attack": "none",
|
|
@@ -42,7 +42,7 @@
|
|
| 42 |
"family": "visual"
|
| 43 |
}
|
| 44 |
],
|
| 45 |
-
"generated_at": "2026-09-
|
| 46 |
"inputs_digest": "cbb8d6fbf5feab2df70b8157f7e935b25d4f528a33c092022ab7a565ed4a9fed",
|
| 47 |
"is_demo": false,
|
| 48 |
"measured_with": [
|
|
@@ -157,9 +157,9 @@
|
|
| 157 |
"signature": {
|
| 158 |
"alg": "ed25519",
|
| 159 |
"keyid": "8d62aa33ed5162f3",
|
| 160 |
-
"sig": "
|
| 161 |
},
|
| 162 |
-
"stale":
|
| 163 |
-
"stale_reason": "
|
| 164 |
-
"tool_version": "0.
|
| 165 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"commit": "cad4df0",
|
| 3 |
"examples": [
|
| 4 |
{
|
| 5 |
"attack": "none",
|
|
|
|
| 42 |
"family": "visual"
|
| 43 |
}
|
| 44 |
],
|
| 45 |
+
"generated_at": "2026-09-19T12:20:36Z",
|
| 46 |
"inputs_digest": "cbb8d6fbf5feab2df70b8157f7e935b25d4f528a33c092022ab7a565ed4a9fed",
|
| 47 |
"is_demo": false,
|
| 48 |
"measured_with": [
|
|
|
|
| 157 |
"signature": {
|
| 158 |
"alg": "ed25519",
|
| 159 |
"keyid": "8d62aa33ed5162f3",
|
| 160 |
+
"sig": "9nxyR5ku+yEAl7IUxEnVf9QqdZjpK6HF4vKhAFoRpjoe/fCAb+5pVQsOC1IEdZkngzSAdGxBBc9o3V058vb9Cg=="
|
| 161 |
},
|
| 162 |
+
"stale": true,
|
| 163 |
+
"stale_reason": "rows measured with provael 0.41.2 are 2 minor versions behind 0.43.0 (limit 1); re-run the underlying policy before treating these numbers as current",
|
| 164 |
+
"tool_version": "0.43.0"
|
| 165 |
}
|
results/source.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"$schema": "provael-leaderboard-source/1",
|
| 3 |
-
"generatedAt": "2026-09-
|
| 4 |
"measuredWith": [
|
| 5 |
"0.41.2"
|
| 6 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"$schema": "provael-leaderboard-source/1",
|
| 3 |
+
"generatedAt": "2026-09-19T12:20:36Z",
|
| 4 |
"measuredWith": [
|
| 5 |
"0.41.2"
|
| 6 |
],
|