File size: 356 Bytes
76050e6 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Clone repositories
git clone https://github.com/booydar/babilong -b feat/babilong_evals_hf
git clone https://huggingface.co/datasets/RMT-team/babilong_evals babilong/babilong_evals_new
# Run the evaluation script
cd babilong
python -m babilong.collect_results --model_name all --save_path ./babilong_results --evals_path ./babilong_evals_new |