Datasets:
LEAP
/

ArXiv:
License:
juannat7 commited on
Commit
ae40804
1 Parent(s): 9543638

Upload /process.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. process.sh +1 -0
process.sh CHANGED
@@ -17,6 +17,7 @@ for prefix in {a..z}; do
17
  done
18
  done
19
 
 
20
  # Combine the chunked files
21
  cat ${BASE_NAME}.${EXTENSION}.* > "$1".tar.gz
22
 
 
17
  done
18
  done
19
 
20
+ echo "COMBINING CHUNKS, THIS MAY TAKE A WHILE..."
21
  # Combine the chunked files
22
  cat ${BASE_NAME}.${EXTENSION}.* > "$1".tar.gz
23