TrainingDynamics icon indicating copy to clipboard operation
TrainingDynamics copied to clipboard

mnli-roberta-weight-a0.6-k4.weight

Open JazzTheSaver opened this issue 2 years ago • 2 comments

with open('HCT/mnli-roberta-weight-a0.6-k4.weight', 'rb') as handle:
    idx2weight = pickle.load(handle)

in run_glue.py,

I am wondering where it comes from...

JazzTheSaver avatar Nov 10 '22 03:11 JazzTheSaver

Oh, thanks for pointing that out. Those "strange" codes were just some experimental scripts for other attempts. I just made a new commit to remove them, please try again.

beyondguo avatar Nov 10 '22 04:11 beyondguo

Much thank for your rapid answering! That would be very helpful.

JazzTheSaver avatar Nov 10 '22 05:11 JazzTheSaver