added tags for discoverability
Browse files
README.md
CHANGED
@@ -7,8 +7,17 @@ sdk: gradio
|
|
7 |
app_file: app.py
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
|
|
|
|
|
|
12 |
# Start the configuration
|
13 |
|
14 |
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).
|
|
|
7 |
app_file: app.py
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
+
tags:
|
11 |
+
- leaderboard
|
12 |
+
- submission:automatic
|
13 |
+
- test:public
|
14 |
+
- judge:auto
|
15 |
+
- modality:text
|
16 |
---
|
17 |
|
18 |
+
Also known as the NCER leaderboard HF, Huggingface.
|
19 |
+
|
20 |
+
|
21 |
# Start the configuration
|
22 |
|
23 |
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).
|