Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
7c796fa
1
Parent(s):
3478401
update README.md
Browse files
README.md
CHANGED
|
@@ -10,36 +10,14 @@ pinned: true
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
},
|
| 25 |
-
"results": {
|
| 26 |
-
"task_name": {
|
| 27 |
-
"metric_name": score,
|
| 28 |
-
},
|
| 29 |
-
"task_name2": {
|
| 30 |
-
"metric_name": score,
|
| 31 |
-
}
|
| 32 |
-
}
|
| 33 |
-
}
|
| 34 |
-
```
|
| 35 |
-
|
| 36 |
-
Request files are created automatically by this tool.
|
| 37 |
-
|
| 38 |
-
If you encounter problem on the space, don't hesitate to restart it to remove the create eval-queue, eval-queue-bk, eval-results and eval-results-bk created folder.
|
| 39 |
-
|
| 40 |
-
# Code logic for more complex edits
|
| 41 |
-
|
| 42 |
-
You'll find
|
| 43 |
-
- the main table' columns names and properties in `src/display/utils.py`
|
| 44 |
-
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
| 45 |
-
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# The AIR-Bench Leaderboard repository
|
| 14 |
|
| 15 |
+
This repository contains the code for the AIR-Bench Leaderboard.
|
| 16 |
|
| 17 |
+
| Important Links | Description |
|
| 18 |
+
| ------------------------------------------------------------ | ---------------------------------------------- |
|
| 19 |
+
| [AIR-Bench](https://github.com/AIR-Bench/AIR-Bench) | The main repository for the AIR-Bench project. |
|
| 20 |
+
| [Leaderboard Space](https://huggingface.co/spaces/AIR-Bench/leaderboard) | The leaderboard space on Hugging Face. |
|
| 21 |
+
| [Leaderboard Backend Space](https://huggingface.co/spaces/AIR-Bench/leaderboard_backend) | The leaderboard backend space on Hugging Face. |
|
| 22 |
+
| [Leaderboard Code](https://github.com/AIR-Bench/leaderboard) | The code for the leaderboard. |
|
| 23 |
+
| [Leaderboard Backend Code](https://github.com/AIR-Bench/leaderboard_backend) | The code for the leaderboard backend. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|