Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Data Augmentation for Metonymy Resolution
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
friebolin
Data Augmentation for Metonymy Resolution
Commits
88ecf389
Commit
88ecf389
authored
1 year ago
by
kulcsar
Browse files
Options
Downloads
Patches
Plain Diff
add submit for conda
parent
b1893e1b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
submit.sh
+35
-0
35 additions, 0 deletions
submit.sh
with
35 additions
and
0 deletions
submit.sh
0 → 100644
+
35
−
0
View file @
88ecf389
#!/bin/bash
#
#SBATCH --job-name=get_bert
#SBATCH --output=output.txt
#SBATCH --ntasks=1
#SBATCH --mail-user=kulcsar@cl.uni-heidelberg.de
#SBATCH --mail-type=ALL
#SBATCH --gres=gpu:1 # number of gpus per node
#SBATCH --partition=students
#JOB STEPS
#srun hostname
#srun sleep 60
cd
/home/students/kulcsar/
source
/home/students/kulcsar/anaconda3/etc/profile.d/conda.sh
conda create
-n
sbt
python
==
3.9
conda activate sbt
conda
install
-c
pytorch torchvision torchaudio pytorch-cuda
=
11.7
-c
pytorch
-c
nvidia
conda
install
-c
huggingface
transformers
==
4.14.1
tokenizers
==
0.10.3
conda
install
tqdm
pip
install
bitarray
pip
install
sacrebleu
conda
install
-c
conda-forge hydra-core
pip
install
evaluate
conda
install
-c
anaconda scikit-learn
pip
install
matplotlib
echo
done
#cd /home/students/kulcsar/softwareprojekt
#python BaselineGPU.py
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