Spaces:
Runtime error
Runtime error
Andrea Seveso
commited on
Commit
·
1bda051
1
Parent(s):
1c9801c
Add short description
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
|
|
7 |
app_file: app.py
|
8 |
pinned: true
|
9 |
license: mit
|
10 |
-
short_description:
|
11 |
sdk_version: 5.19.0
|
12 |
---
|
13 |
|
@@ -16,6 +16,7 @@ sdk_version: 5.19.0
|
|
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": {
|
@@ -40,7 +41,8 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
|
|
40 |
|
41 |
# Code logic for more complex edits
|
42 |
|
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`
|
|
|
7 |
app_file: app.py
|
8 |
pinned: true
|
9 |
license: mit
|
10 |
+
short_description: Evaluating language models’ understanding of Italian culture
|
11 |
sdk_version: 5.19.0
|
12 |
---
|
13 |
|
|
|
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 |
+
|
20 |
```json
|
21 |
{
|
22 |
"config": {
|
|
|
41 |
|
42 |
# Code logic for more complex edits
|
43 |
|
44 |
+
You'll find
|
45 |
+
|
46 |
- the main table' columns names and properties in `src/display/utils.py`
|
47 |
- 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`
|
48 |
+
- the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|