initial: README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ConStellaration Progress Tracker
|
| 3 |
+
emoji: 🛰️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# ConStellaration Progress Tracker
|
| 11 |
+
|
| 12 |
+
An unofficial fallback view for tracking ConStellaration benchmark progress.
|
| 13 |
+
|
| 14 |
+
The [official ConStellaration leaderboard](https://huggingface.co/spaces/proxima-fusion/constellaration-bench) is the authoritative source for ranked submissions. This tracker exists for the periods when the official Space is down or the result-write step is delayed, so that interim local-evaluation scores can still be inspected against the same problem definitions.
|
| 15 |
+
|
| 16 |
+
The scoring code used here is identical to the one shipped with [`constellaration`](https://github.com/proximafusion/constellaration) (the `constellaration.problems.mhd_stable_qi_stellarator().evaluate()` family). Results displayed are local evaluations of submitted boundaries, not third-party scores.
|