Skip to content
Snippets Groups Projects
Commit 1f00f885 authored by kupper's avatar kupper
Browse files

Update finetuning scripts for cl cluster

parent 60188fa6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --job-name=finetune_T5_MLM_entity
#SBATCH --output=logs/finetune_T5_MLM_entity_%j.txt
#SBATCH --ntasks=1
#SBATCH --time=24:00:00
#SBATCH --mem=8000
#SBATCH --mail-type=ALL
#SBATCH --mail-user=kupper@cl.uni-heidelberg.de
#SBATCH --partition=students
#SBATCH --cpus-per-task=4
#SBATCH --qos=batch
#SBATCH --gres=gpu
export PYTHONUNBUFFERED=1
srun python3 -m src.experiments.finetune_T5.finetune_T5_MLM_entity
#!/bin/bash #!/bin/bash
#SBATCH --job-name=finetune_T5_MLM #SBATCH --job-name=finetune_T5_MLM_label
#SBATCH --output=logs/finetune_T5_MLM_%j.txt #SBATCH --output=logs/finetune_T5_MLM_label_%j.txt
#SBATCH --ntasks=1 #SBATCH --ntasks=1
#SBATCH --time=24:00:00 #SBATCH --time=24:00:00
#SBATCH --mem=8000 #SBATCH --mem=8000
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
#SBATCH --gres=gpu #SBATCH --gres=gpu
export PYTHONUNBUFFERED=1 export PYTHONUNBUFFERED=1
srun python3 -m src.experiments.finetune_T5.finetune_T5_MLM srun python3 -m src.experiments.finetune_T5.finetune_T5_MLM_label
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment