From a29d67500a6cfa8a5cbd88a39d4e13837bb4fcc5 Mon Sep 17 00:00:00 2001 From: Alex Moreo Date: Fri, 16 Feb 2024 17:04:10 +0100 Subject: [PATCH] automatically download the official scripts --- LeQua2024/run_baselines.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LeQua2024/run_baselines.sh b/LeQua2024/run_baselines.sh index d4fc761..c6045ff 100755 --- a/LeQua2024/run_baselines.sh +++ b/LeQua2024/run_baselines.sh @@ -1,6 +1,14 @@ #!/bin/bash set -x +# download the official scripts +if [ ! -d "scripts" ]; then + echo "Downloading the official scripts from the LeQua 2024 github repo" + wget https://github.com/HLT-ISTI/LeQua2024_scripts/archive/refs/heads/main.zip + unzip main.zip + mv LeQua2024_scripts-main scripts + rm main.zip +fi # T1: binary (n=2) # T2: multiclass (n=28)