Huck Yang
[baseline] qwen2-audio baseline
920b3b4
for i in {1..20}
do
python ./wav_json_no_response.py
directory_2="./dev_data_rest"
for file in "$directory_2"/*.json; do
if [ -f "$file" ]; then
python3 ./qwen_audio_test.py "$file"
fi
done
cp -r ./dev_output_rest/* ./dev_output/
rm -f ./dev_output_rest/*
rm -f ./dev_data_rest/*
done
python ./sentence_sim.py