Skip to content

Some specified arguments are not used by the HfArgumentParser #9

Description

@linxid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions