From 3540bd6cfb4a53e883731f479d76e9259a38d4c0 Mon Sep 17 00:00:00 2001 From: Terry Zhuo Date: Sat, 1 Jun 2024 02:16:17 +1000 Subject: [PATCH] update: remove workflows --- script/run.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/script/run.sh b/script/run.sh index 9604039c..6cc99813 100644 --- a/script/run.sh +++ b/script/run.sh @@ -1,15 +1,15 @@ -NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel) -rm -rf data/clean/* -mkdir -p data/clean -for name in "${NAMES[@]}"; do - # Copy all files for other names - cp data/raw/*"$name"*py data/clean/ -done +# NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel) +# rm -rf data/clean/* +# mkdir -p data/clean +# for name in "${NAMES[@]}"; do +# # Copy all files for other names +# cp data/raw/*"$name"*py data/clean/ +# done -flake8 data/clean/*.py --select=E9,F63,F7,F82 --show-source --statistics -python script/parse.py +# flake8 data/clean/*.py --select=E9,F63,F7,F82 --show-source --statistics +# python script/parse.py -gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz +# gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz # # used for BigCodeBench evaluation # pip install -U bigcodebench