Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sintal
Transformers for SAG
Commits
91b9efea
Commit
91b9efea
authored
4 years ago
by
Sintal
Browse files
Options
Download
Email Patches
Plain Diff
Update exexute_transformers_for_sag.sh
parent
e33f843d
Pipeline
#3716
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
exexute_transformers_for_sag.sh
+2
-2
exexute_transformers_for_sag.sh
with
2 additions
and
2 deletions
+2
-2
exexute_transformers_for_sag.sh
+
2
-
2
View file @
91b9efea
...
@@ -4,6 +4,7 @@ echo "creating folder"
...
@@ -4,6 +4,7 @@ echo "creating folder"
#create folder and change directory
#create folder and change directory
mkdir
-p
~/transformers_for_SAG
mkdir
-p
~/transformers_for_SAG
cd
~/transformers_for_SAG
cd
~/transformers_for_SAG
pwd
echo
"handling ssh-key"
echo
"handling ssh-key"
#handle SSH-key (the argument "$1" is the SSH-key to gitlab)
#handle SSH-key (the argument "$1" is the SSH-key to gitlab)
...
@@ -23,4 +24,3 @@ conda activate env_transformers_for_SAG
...
@@ -23,4 +24,3 @@ conda activate env_transformers_for_SAG
echo
"running python code"
echo
"running python code"
python run_SAG.py
--do_eval
--data_dir
data/glue_data/SST-2
--model_type
bert
--model_name_or_path
'bert-base-uncased'
--task_name
sst-2
--output_dir
output
python run_SAG.py
--do_eval
--data_dir
data/glue_data/SST-2
--model_type
bert
--model_name_or_path
'bert-base-uncased'
--task_name
sst-2
--output_dir
output
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets