Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NER-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fsem25-project-nerds
NER-project
Commits
a73cf13f
Unverified
Commit
a73cf13f
authored
4 weeks ago
by
JulianFP
Browse files
Options
Downloads
Patches
Plain Diff
Update cl cluster scripts for MLM finetuning
parent
60188fa6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/T5_MLM_entity_finetune_cl.sh
+16
-0
16 additions, 0 deletions
scripts/T5_MLM_entity_finetune_cl.sh
scripts/T5_MLM_label_finetune_cl.sh
+3
-3
3 additions, 3 deletions
scripts/T5_MLM_label_finetune_cl.sh
with
19 additions
and
3 deletions
scripts/T5_MLM_entity_finetune_cl.sh
0 → 100644
+
16
−
0
View file @
a73cf13f
#!/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
This diff is collapsed.
Click to expand it.
scripts/T5_MLM_finetune_cl.sh
→
scripts/T5_MLM_
label_
finetune_cl.sh
+
3
−
3
View file @
a73cf13f
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment