TrainingDynamics
TrainingDynamics copied to clipboard
mnli-roberta-weight-a0.6-k4.weight
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...
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.
Much thank for your rapid answering! That would be very helpful.