Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some specified arguments are not used by the HfArgumentParser #9

Open
linxid opened this issue Jul 15, 2022 · 4 comments
Open

Some specified arguments are not used by the HfArgumentParser #9

linxid opened this issue Jul 15, 2022 · 4 comments

Comments

@linxid
Copy link

linxid commented Jul 15, 2022

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

@GeneZC
Copy link

GeneZC commented Oct 13, 2022

The same.

@twwwwx
Copy link

twwwwx commented Jan 5, 2023

The same....

@lizeyujack
Copy link

The same...

1 similar comment
@WPS852
Copy link

WPS852 commented Apr 22, 2024

The same...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants