Upload /process.sh with huggingface_hub
Browse files- process.sh +1 -7
process.sh
CHANGED
@@ -1,10 +1,4 @@
|
|
1 |
-
#!/bin/
|
2 |
-
#
|
3 |
-
#SBATCH --account=glab
|
4 |
-
#SBATCH -N 1
|
5 |
-
#SBATCH -c 24
|
6 |
-
#SBATCH --mem=100gb
|
7 |
-
#SBATCH --time=05-00:00
|
8 |
|
9 |
# Base URL for the chunked files
|
10 |
BASE_URL="https://huggingface.co/datasets/LEAP/ChaosBench/resolve/main/$1/"
|
|
|
1 |
+
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
# Base URL for the chunked files
|
4 |
BASE_URL="https://huggingface.co/datasets/LEAP/ChaosBench/resolve/main/$1/"
|