File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
2
- rm -rf data/clean/*
3
- mkdir -p data/clean
4
- for name in " ${NAMES[@]} " ; do
5
- # Copy all files for other names
6
- cp data/raw/* " $name " * py data/clean/
7
- done
1
+ # NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
2
+ # rm -rf data/clean/*
3
+ # mkdir -p data/clean
4
+ # for name in "${NAMES[@]}"; do
5
+ # # Copy all files for other names
6
+ # cp data/raw/*"$name"*py data/clean/
7
+ # done
8
8
9
- flake8 data/clean/* .py --select=E9,F63,F7,F82 --show-source --statistics
10
- python script/parse.py
9
+ # flake8 data/clean/*.py --select=E9,F63,F7,F82 --show-source --statistics
10
+ # python script/parse.py
11
11
12
- gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz
12
+ # gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz
13
13
14
14
# # used for BigCodeBench evaluation
15
15
# pip install -U bigcodebench
You can’t perform that action at this time.
0 commit comments