clefourrier HF staff commited on
Commit
104d691
1 Parent(s): f561a5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ You should use this leaderboard if you have your own backend and plan to run it
22
  ## Defining environment variables
23
  To get started on your own leaderboard, you will need to edit 2 files:
24
  - `src/envs.py` to define your own environment variable (like the org name in which this has been copied)
25
- - `src/about.py` with the tasks and number of few_shots you want for your tasks
26
 
27
  ## Setting up fake results to initialize the leaderboard
28
  Once this is done, you need to edit the "fake results" file to fit the format of your tasks: in the sub dictionary `results`, replace task_name1 and metric_name by the correct values you defined in Tasks above.
 
22
  ## Defining environment variables
23
  To get started on your own leaderboard, you will need to edit 2 files:
24
  - `src/envs.py` to define your own environment variable (like the org name in which this has been copied)
25
+ - `src/display/about.py` with the tasks and number of few_shots you want for your tasks
26
 
27
  ## Setting up fake results to initialize the leaderboard
28
  Once this is done, you need to edit the "fake results" file to fit the format of your tasks: in the sub dictionary `results`, replace task_name1 and metric_name by the correct values you defined in Tasks above.