jstAnotherCapi's picture
Upload folder using huggingface_hub
ba3ecf1 verified
Raw
History Blame Contribute Delete
384 Bytes
#!/bin/bash
#PBS -N sbert_train_khalil
#PBS -l select=1:ncpus=20:mem=180gb:ngpus=1
#PBS -q gpu_1w
#PBS -o logs/output.log
#PBS -e logs/error.log
# === Load modules & activate conda ===
module use /app/common/modules
module load anaconda3-2024.10
source activate sbert_khalil
# === Move to working directory ===
cd /home/skiredj.abderrahman/khalil/sbert_training
python continue.py