LTP icon indicating copy to clipboard operation
LTP copied to clipboard

Some specified arguments are not used by the HfArgumentParser

Open linxid opened this issue 2 years ago • 4 comments

when I run python run.py --arch ltp-base --task SST2 --restore pretrained/bert-base-uncased-SST-2 --lr 2e-5 --temperature 2e-3 --lambda_threshold 0.1 --weight_decay 0 --bs 64 --masking_mode soft --epoch 10 --save_step 100 --no_load

Some specified arguments are not used by the HfArgumentParser.

I found arguments in parser = HfArgumentParser((ModelArguments, DataTrainingArguments, TrainingArguments)) ,do not have masking_mode, lr_threshold, weight_decay_threshold and some others

linxid avatar Jul 15 '22 00:07 linxid

The same.

GeneZC avatar Oct 13 '22 07:10 GeneZC

The same....

twwwwx avatar Jan 05 '23 13:01 twwwwx

The same...

lizeyujack avatar May 07 '23 02:05 lizeyujack

The same...

WPS852 avatar Apr 22 '24 14:04 WPS852