clefourrier HF staff commited on
Commit
ce58580
·
1 Parent(s): 4142d5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -16,6 +16,8 @@ The space does 3 things:
16
  - reads the submissions depending on their status/date of creation, and launches evaluations through the `main_backend.py` file, using the Eleuther AI Harness. Results of running evaluations are then sent to `results`
17
  - reads the results and displays them in a leaderboard.
18
 
 
 
19
  # Getting started
20
  ## Defining environment variables
21
  To get started on your own leaderboard, you will need to edit 2 files:
 
16
  - reads the submissions depending on their status/date of creation, and launches evaluations through the `main_backend.py` file, using the Eleuther AI Harness. Results of running evaluations are then sent to `results`
17
  - reads the results and displays them in a leaderboard.
18
 
19
+ You can also move the backend to its own space if you need, by grabbing main_backend and putting it in its own space, with a app.py which runs it every few minutes
20
+
21
  # Getting started
22
  ## Defining environment variables
23
  To get started on your own leaderboard, you will need to edit 2 files: