Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
•
abd945c
1
Parent(s):
a342695
Update README.md
Browse files
README.md
CHANGED
@@ -23,13 +23,13 @@ The actual leaderboard is here: https://ml.energy/leaderboard.
|
|
23 |
## Repository Organization
|
24 |
|
25 |
```
|
26 |
-
|
27 |
-
├──
|
28 |
-
├──
|
29 |
-
├──
|
30 |
-
├──
|
31 |
-
├──
|
32 |
-
└──
|
33 |
```
|
34 |
|
35 |
## Colosseum
|
|
|
23 |
## Repository Organization
|
24 |
|
25 |
```
|
26 |
+
leaderboard/
|
27 |
+
├── benchmark/ # Benchmark scripts & instructions
|
28 |
+
├── data/ # Benchmark results
|
29 |
+
├── deployment/ # Colosseum deployment files
|
30 |
+
├── spitfight/ # Python package for the Colosseum
|
31 |
+
├── app.py # Leaderboard Gradio app definition
|
32 |
+
└── index.html # Embeds the leaderboard HuggingFace Space
|
33 |
```
|
34 |
|
35 |
## Colosseum
|