Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
group1_pretraining
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20210828028
group1_pretraining
Commits
e2387408
Commit
e2387408
authored
Oct 30, 2021
by
20210828028
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified
parent
4d7defe9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
pet-master/autobest5.6.sh
+14
-0
pet-master/test.sh
+18
-0
No files found.
pet-master/autobest5.6.sh
0 → 100755
View file @
e2387408
date
python3 cli.py
\
--method
ipet
\
--pattern_ids
0 1 2 3 4
\
--data_dir
../glue_data/SST-2
\
--model_type
bert
\
--model_name_or_path
bert-base-uncased
\
--task_name
autobest5
\
--output_dir
autobest5_ipet6
\
--do_train
\
--do_eval
\
--eval_set
dev
&&
\
date
#--data_dir /data/projects/LM-BFF/data/k-shot/SST-2/16-100/ \
pet-master/test.sh
0 → 100755
View file @
e2387408
date
rm test_out
-fr
../track python3 cli.py
\
--method
ipet
\
--pattern_ids
0 1 2 3 4
\
--data_dir
../data/SST-2.300
\
--model_type
bert
\
--model_name_or_path
bert-base-uncased
\
--task_name
autobest5
\
--output_dir
test_out
\
--do_train
\
--do_eval
\
--sc_per_gpu_train_batch_size
1024
\
--sc_per_gpu_unlabeled_batch_size
1024
--sc_per_gpu_eval_batch_size
1024
\
--eval_set
dev
&&
\
date
#--data_dir /data/projects/LM-BFF/data/k-shot/SST-2/16-100/ \
#--data_dir ../glue_data/SST-2 \
Write
Preview
Markdown
is supported
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