Skip to content
Snippets Groups Projects
train_model_cluster_germbert_wissentopic_allhsprob.sh 560 B
!/bin/bash

module load gcc/8.2.0 python_gpu/3.10.4 eth_proxy
source ../pp_env_tf_python310/bin/activate

sbatch --mem-per-cpu=12g\
       --gpus=1\
       --gres=gpumem:12g\
       --time=30:00:00\
       --wrap "moderation_classifier --newspaper tagesanzeiger
                                     --pretrained_model "bert-base-german-cased"
                                     --text_preprocessing
                                     --topic 'Wissen'
                                     --train_bert ../data/tamedia_for_classifier_v4_preproc_train.csv"