alielfilali01 commited on
Commit
9785777
·
verified ·
1 Parent(s): cbdedf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -34
README.md CHANGED
@@ -18,37 +18,3 @@ tags:
18
  - leaderboard
19
  short_description: Track, rank and evaluate open Arabic LLMs and chatbots
20
  ---
21
-
22
- # Start the configuration
23
-
24
- 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).
25
-
26
- Results files should have the following format and be stored as json files:
27
- ```json
28
- {
29
- "config": {
30
- "model_dtype": "torch.float16", # or torch.bfloat16 or 8bit or 4bit
31
- "model_name": "path of the model on the hub: org/model",
32
- "model_sha": "revision on the hub",
33
- },
34
- "results": {
35
- "task_name": {
36
- "metric_name": score,
37
- },
38
- "task_name2": {
39
- "metric_name": score,
40
- }
41
- }
42
- }
43
- ```
44
-
45
- Request files are created automatically by this tool.
46
-
47
- 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.
48
-
49
- # Code logic for more complex edits
50
-
51
- You'll find
52
- - the main table' columns names and properties in `src/display/utils.py`
53
- - 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`
54
- - teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
 
18
  - leaderboard
19
  short_description: Track, rank and evaluate open Arabic LLMs and chatbots
20
  ---