lukecq commited on
Commit
85b9042
·
1 Parent(s): df69eb2

update scripts

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,7 +17,7 @@ from src.envs import API
17
 
18
  # clone / pull the lmeh eval data
19
  TOKEN = os.environ.get("TOKEN", None)
20
- RESULTS_REPO = f"lukecq/SeaExam-results"
21
  CACHE_PATH=os.getenv("HF_HOME", ".")
22
  EVAL_RESULTS_PATH = os.path.join(CACHE_PATH, "eval-results")
23
  print(EVAL_RESULTS_PATH)
@@ -27,7 +27,7 @@ snapshot_download(
27
  )
28
 
29
  def restart_space():
30
- API.restart_space(repo_id="lukecq/SeaExam_leaderboard", token=TOKEN)
31
 
32
  # Load the CSV file
33
  # def load_csv(file_path):
 
17
 
18
  # clone / pull the lmeh eval data
19
  TOKEN = os.environ.get("TOKEN", None)
20
+ RESULTS_REPO = f"SeaLLMs/SeaExam-results"
21
  CACHE_PATH=os.getenv("HF_HOME", ".")
22
  EVAL_RESULTS_PATH = os.path.join(CACHE_PATH, "eval-results")
23
  print(EVAL_RESULTS_PATH)
 
27
  )
28
 
29
  def restart_space():
30
+ API.restart_space(repo_id="SeaLLMs/SeaExam_leaderboard", token=TOKEN)
31
 
32
  # Load the CSV file
33
  # def load_csv(file_path):