Spaces:
Running
Running
Paul Hager
commited on
Commit
·
7b59665
1
Parent(s):
71b92a4
Added tags to readme to make it indexable by leaderboard searcher
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
@@ -9,36 +9,13 @@ pinned: true
|
|
9 |
license: apache-2.0
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
"model_sha": "revision on the hub",
|
23 |
-
},
|
24 |
-
"results": {
|
25 |
-
"task_name": {
|
26 |
-
"metric_name": score,
|
27 |
-
},
|
28 |
-
"task_name2": {
|
29 |
-
"metric_name": score,
|
30 |
-
}
|
31 |
-
}
|
32 |
-
}
|
33 |
-
```
|
34 |
-
|
35 |
-
Request files are created automatically by this tool.
|
36 |
-
|
37 |
-
If you encounter problem on the space, don't hesitate to restart it to remove the create eval-queue, eval-queue-bk, eval-results and eval-results-bk created folder.
|
38 |
-
|
39 |
-
# Code logic for more complex edits
|
40 |
-
|
41 |
-
You'll find
|
42 |
-
- the main table' columns names and properties in `src/display/utils.py`
|
43 |
-
- 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`
|
44 |
-
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
|
|
1 |
---
|
2 |
+
title: MIMIC CDM Leaderboard
|
3 |
+
emoji: 🏥
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
|
|
9 |
license: apache-2.0
|
10 |
---
|
11 |
|
12 |
+
tags:
|
13 |
+
- leaderboard
|
14 |
+
- modality:text
|
15 |
+
- submission:manual
|
16 |
+
- test:public
|
17 |
+
- judge:auto
|
18 |
+
- language:English
|
19 |
+
- eval:generation
|
20 |
+
- medicine
|
21 |
+
- clinical decision making
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|