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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ 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
- 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
 
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 - it is probably the best solution.
20
 
21
  # Getting started
22
  ## Defining environment variables