Spaces:
Running
Running
update scripts
Browse files
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"
|
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="
|
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):
|