ahmedheakl
commited on
Commit
•
34de59c
1
Parent(s):
6e6ac6c
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
@@ -10,36 +10,6 @@ license: mit
|
|
10 |
short_description: Learderboard to Evaluate Arabic Multimodal Models
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
Results files should have the following format and be stored as json files:
|
18 |
-
```json
|
19 |
-
{
|
20 |
-
"config": {
|
21 |
-
"model_dtype": "torch.float16", # or torch.bfloat16 or 8bit or 4bit
|
22 |
-
"model_name": "path of the model on the hub: org/model",
|
23 |
-
"model_sha": "revision on the hub",
|
24 |
-
},
|
25 |
-
"results": {
|
26 |
-
"task_name": {
|
27 |
-
"metric_name": score,
|
28 |
-
},
|
29 |
-
"task_name2": {
|
30 |
-
"metric_name": score,
|
31 |
-
}
|
32 |
-
}
|
33 |
-
}
|
34 |
-
```
|
35 |
-
|
36 |
-
Request files are created automatically by this tool.
|
37 |
-
|
38 |
-
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.
|
39 |
-
|
40 |
-
# Code logic for more complex edits
|
41 |
-
|
42 |
-
You'll find
|
43 |
-
- the main table' columns names and properties in `src/display/utils.py`
|
44 |
-
- 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`
|
45 |
-
- the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
|
|
1 |
---
|
2 |
+
title: CAMEL-Bench Leaderboard
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
|
|
10 |
short_description: Learderboard to Evaluate Arabic Multimodal Models
|
11 |
---
|
12 |
|
13 |
+
**Please see paper & code for more information:**
|
14 |
+
- https://github.com/mbzuai-oryx/Camel-Bench
|
15 |
+
- https://arxiv.org/abs/2410.18976
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|