Commit
·
103ed5f
1
Parent(s):
b7741fd
More verbose again
Browse files
src/leaderboard/build_leaderboard.py
CHANGED
|
@@ -61,6 +61,9 @@ def download_openbench():
|
|
| 61 |
# download answers of different models that we trust
|
| 62 |
download_dataset("Vikhrmodels/openbench-eval", EVAL_RESULTS_PATH)
|
| 63 |
|
|
|
|
|
|
|
|
|
|
| 64 |
logging.info("\nInternal models in openbench-eval:")
|
| 65 |
subprocess.run(["ls", f"{EVAL_RESULTS_PATH}/internal/"], check=True)
|
| 66 |
|
|
|
|
| 61 |
# download answers of different models that we trust
|
| 62 |
download_dataset("Vikhrmodels/openbench-eval", EVAL_RESULTS_PATH)
|
| 63 |
|
| 64 |
+
logging.info("\nFiles openbench-eval:")
|
| 65 |
+
subprocess.run(["ls", EVAL_RESULTS_PATH], check=True)
|
| 66 |
+
|
| 67 |
logging.info("\nInternal models in openbench-eval:")
|
| 68 |
subprocess.run(["ls", f"{EVAL_RESULTS_PATH}/internal/"], check=True)
|
| 69 |
|