Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,18 @@ sdk_version: 4.44.0
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
11 |
+
tags:
|
12 |
+
- leaderboard # Type of leaderboard
|
13 |
+
- submission:semiautomatic # How models are submitted
|
14 |
+
- test:public # Test set visibility
|
15 |
+
- judge:function # Evaluation method
|
16 |
+
- modality:image # Input/output type
|
17 |
+
- language:japanese # Language coverage
|
18 |
+
short_description: Evaluating LLMs on math reasoning tasks
|
19 |
---
|
20 |
|
21 |
+
|
22 |
+
|
23 |
# Start the configuration
|
24 |
|
25 |
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).
|