Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaëtan Caillaut
hatespeech
Commits
ba2fa2b9
Commit
ba2fa2b9
authored
Jun 09, 2021
by
Gaëtan Caillaut
Browse files
slurm scripts
parent
2450b8a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
jobs/roberta/job-davidson.sh
View file @
ba2fa2b9
#!/bin/sh
#SBATCH -N 1
#SBATCH -p gpu
#SBATCH --gres gpu:rtx6000:1
#SBATCH --job-name hatespeech-davidson
#SBATCH --time 3-0
#SBATCH --mem 20G
#SBATCH -o logs/out-%j.txt
#SBATCH -e logs/err-%j.txt
#SBATCH --mail-type=ALL
#SBATCH --mail-user=gaetan.caillaut@univ-lemans.fr
python train_roberta.py train-
mini
bert
--input
data/cleaned-davidson-dataset.csv
\
python train_roberta.py train-
ro
bert
a
--input
data/cleaned-davidson-dataset.csv
\
--output
output/roberta/davidson
\
--epochs
50
\
--optimizer
adam
\
--device
cpu
\
--jobname
minibert/davidson
\
--tokenizer
data/tokenizer-davidson.json
\
--jobname
roberta/davidson
\
--folds
5
jobs/roberta/job-gibert.sh
0 → 100755
View file @
ba2fa2b9
#!/bin/sh
#SBATCH -N 1
#SBATCH -p gpu
#SBATCH --gres gpu:rtx6000:1
#SBATCH --job-name hatespeech-gibert
#SBATCH --time 3-0
#SBATCH --mem 20G
#SBATCH -o logs/out-%j.txt
#SBATCH -e logs/err-%j.txt
#SBATCH --mail-type=ALL
#SBATCH --mail-user=gaetan.caillaut@univ-lemans.fr
python train_roberta.py train-roberta
--input
data/cleaned-gibert-dataset.csv
\
--output
output/roberta/gibert
\
--epochs
50
\
--optimizer
adam
\
--device
cpu
\
--jobname
roberta/gibert
\
--folds
5
jobs/roberta/job-merged.sh
0 → 100755
View file @
ba2fa2b9
#!/bin/sh
#SBATCH -N 1
#SBATCH -p gpu
#SBATCH --gres gpu:rtx6000:1
#SBATCH --job-name hatespeech-merged
#SBATCH --time 3-0
#SBATCH --mem 20G
#SBATCH -o logs/out-%j.txt
#SBATCH -e logs/err-%j.txt
#SBATCH --mail-type=ALL
#SBATCH --mail-user=gaetan.caillaut@univ-lemans.fr
python train_roberta.py train-roberta
--input
data/cleaned-hate-speech-dataset.csv
\
--output
output/roberta/merged
\
--epochs
50
\
--optimizer
adam
\
--device
cpu
\
--jobname
roberta/merged
\
--folds
5
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment