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
f7b3e791
Commit
f7b3e791
authored
Jun 09, 2021
by
Gaëtan Caillaut
Browse files
switch device to cuda
parent
1dd132be
Changes
3
Hide whitespace changes
Inline
Side-by-side
jobs/roberta/job-davidson.sh
View file @
f7b3e791
...
...
@@ -17,6 +17,6 @@ python train_roberta.py train-roberta --input data/cleaned-davidson-dataset.csv
--output
output/roberta/davidson
\
--epochs
50
\
--optimizer
adam
\
--device
c
p
u
\
--device
cu
da
\
--jobname
roberta/davidson
\
--folds
5
jobs/roberta/job-gibert.sh
View file @
f7b3e791
...
...
@@ -17,6 +17,6 @@ python train_roberta.py train-roberta --input data/cleaned-gibert-dataset.csv \
--output
output/roberta/gibert
\
--epochs
50
\
--optimizer
adam
\
--device
c
p
u
\
--device
cu
da
\
--jobname
roberta/gibert
\
--folds
5
jobs/roberta/job-merged.sh
View file @
f7b3e791
...
...
@@ -17,6 +17,6 @@ python train_roberta.py train-roberta --input data/cleaned-hate-speech-dataset.c
--output
output/roberta/merged
\
--epochs
50
\
--optimizer
adam
\
--device
c
p
u
\
--device
cu
da
\
--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