OpenCompass/start.sh
2025-02-19 04:43:17 +01:00

6 lines
243 B
Bash

cd ../
git lfs install
git clone https://huggingface.co/datasets/LLaMAX/BenchMAX_Function_Completion
mkdir -p ~/.cache/opencompass/data/xhumaneval_plus
mv BenchMAX_Function_Completion/* ~/.cache/opencompass/data/xhumaneval_plus/
cd opencompass