Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
title: Leaderboard
|
| 3 |
-
tags:
|
| 4 |
-
- leaderboard
|
| 5 |
emoji: 🥇
|
| 6 |
colorFrom: green
|
| 7 |
colorTo: indigo
|
|
@@ -9,6 +7,12 @@ sdk: gradio
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Start the configuration
|
|
@@ -43,4 +47,4 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
|
|
| 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`
|
|
|
|
| 1 |
---
|
| 2 |
title: Leaderboard
|
|
|
|
|
|
|
| 3 |
emoji: 🥇
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: indigo
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
+
sdk_version: 5.5.0
|
| 11 |
+
tags:
|
| 12 |
+
- leaderboard
|
| 13 |
+
- modality:text
|
| 14 |
+
- eval:generation
|
| 15 |
+
- language:persian
|
| 16 |
---
|
| 17 |
|
| 18 |
# Start the configuration
|
|
|
|
| 47 |
You'll find
|
| 48 |
- the main table' columns names and properties in `src/display/utils.py`
|
| 49 |
- 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`
|
| 50 |
+
- the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|