supanthadey1's picture
Add BERTose and AFFINose training code release
1d6f391 verified
Raw
History Blame Contribute Delete
767 Bytes
#!/bin/bash
#SBATCH --job-name=probes_exp_v5
#SBATCH --partition=nova
#SBATCH --gres=gpu:a100:1
#SBATCH --cpus-per-task=8
#SBATCH --mem=128G
#SBATCH --time=06:00:00
#SBATCH --output=bert_v6_contrastive/scripts/probes_expanded_v5_%j.out
#SBATCH --error=bert_v6_contrastive/scripts/probes_expanded_v5_%j.err
echo "Expanded probes (10) — V5a FULL | Job $SLURM_JOB_ID | $(hostname) | $(date)"
source /work/ratul1/supantha/miniconda3/etc/profile.d/conda.sh
conda activate blade
python3 -u bert_v6_contrastive/scripts/novel_probes_v2.py \
--model v5 --probe all --max_samples 999999 \
--output_dir bert_v6_contrastive/analysis/novel_probes_v2_expanded_v5 \
--device cuda
echo "Done $(date)"
ls -la bert_v6_contrastive/analysis/novel_probes_v2_expanded_v5/