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
minibert-deft2018
Commits
1dd306ac
Commit
1dd306ac
authored
Mar 25, 2021
by
Gaëtan Caillaut
Browse files
smaller batch size
parent
3596ac90
Changes
4
Hide whitespace changes
Inline
Side-by-side
slurm_scripts/job_t1_camembert.sh
View file @
1dd306ac
...
...
@@ -22,7 +22,7 @@ PRETRAINED_DIR="models/cleaned"
OUT_DIR
=
"models/t1/cleaned/camembert"
BS
=
2
56
BS
=
2
00
DEVICE
=
"cuda"
LOGDIR
=
"runs/t1/cleaned/camembert"
...
...
slurm_scripts/job_t1_camembert_lemmatized.sh
View file @
1dd306ac
...
...
@@ -22,7 +22,7 @@ PRETRAINED_DIR="models/lemmatized"
OUT_DIR
=
"models/t1/lemmatized/camembert"
BS
=
2
56
BS
=
2
00
DEVICE
=
"cuda"
LOGDIR
=
"runs/t1/lemmatized/camembert"
...
...
slurm_scripts/job_t2_camembert.sh
View file @
1dd306ac
...
...
@@ -22,7 +22,7 @@ PRETRAINED_DIR="models/cleaned"
OUT_DIR
=
"models/t2/cleaned/camembert"
BS
=
2
56
BS
=
2
00
DEVICE
=
"cuda"
LOGDIR
=
"runs/t2/cleaned/camembert"
...
...
slurm_scripts/job_t2_camembert_lemmatized.sh
View file @
1dd306ac
...
...
@@ -22,7 +22,7 @@ PRETRAINED_DIR="models/lemmatized"
OUT_DIR
=
"models/t2/lemmatized/camembert"
BS
=
2
56
BS
=
2
00
DEVICE
=
"cuda"
LOGDIR
=
"runs/t2/lemmatized/camembert"
...
...
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