booydar commited on
Commit ·
90b74f9
1
Parent(s): 701a854
fix: conflicts in result loading
Browse files- __pycache__/draw_utils.cpython-312.pyc +0 -0
- babilong +1 -0
- setup.sh +2 -2
__pycache__/draw_utils.cpython-312.pyc
ADDED
|
Binary file (6.04 kB). View file
|
|
|
babilong
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 7a6efee29f5cac03c3c410e6799c80fd2ffe3610
|
setup.sh
CHANGED
|
@@ -5,5 +5,5 @@ git clone https://huggingface.co/datasets/RMT-team/babilong_evals babilong/babil
|
|
| 5 |
|
| 6 |
# Run the evaluation script
|
| 7 |
cd babilong
|
| 8 |
-
|
| 9 |
-
python -m babilong.collect_results --model_name all --save_path ./babilong_results --evals_path ./
|
|
|
|
| 5 |
|
| 6 |
# Run the evaluation script
|
| 7 |
cd babilong
|
| 8 |
+
cp -r ./babilong_evals/* ./babilong_evals_new/
|
| 9 |
+
python -m babilong.collect_results --model_name all --save_path ./babilong_results --evals_path ./babilong_evals_new
|