Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
AkimfromParis
commited on
Commit
•
96c8624
1
Parent(s):
611098f
Update fullWidth test Akim
Browse files
README.md
CHANGED
@@ -8,13 +8,14 @@ app_file: app.py
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
sdk_version: 5.0.2
|
|
|
11 |
---
|
12 |
|
13 |
# Start the configuration
|
14 |
|
15 |
Most of the variables to change for a default leaderboard are in `src/env.py` (replace the path for your leaderboard) and `src/about.py` (for tasks).
|
16 |
|
17 |
-
Results files should have the following format and be stored as
|
18 |
```json
|
19 |
{
|
20 |
"config": {
|
@@ -42,4 +43,4 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
|
|
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 |
-
-
|
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
sdk_version: 5.0.2
|
11 |
+
fullWidth: true
|
12 |
---
|
13 |
|
14 |
# Start the configuration
|
15 |
|
16 |
Most of the variables to change for a default leaderboard are in `src/env.py` (replace the path for your leaderboard) and `src/about.py` (for tasks).
|
17 |
|
18 |
+
Results files should have the following format and be stored as JSON files:
|
19 |
```json
|
20 |
{
|
21 |
"config": {
|
|
|
43 |
You'll find
|
44 |
- the main table' columns names and properties in `src/display/utils.py`
|
45 |
- 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`
|
46 |
+
- the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|