Open Phuoc-Hoan-Le opened 3 years ago
Right now I am using transformers 3.5
Also, I am trying to apply this to other GLUE datasets (i.e. CoLA, STS, MRPC, RTE, SQuAD2.0, etc) that wasn't recorded on the paper. If you have the results of the performances on these datasets, please share them with me
It does not recognise "threshold" when I try to assign "threshold" as input to the transformer. Below is the output I am getting.
Right now, I think/know in line 272, it is
inputs["current_config"]
rather thaninputs["threshold"]
, butinputs["current_config"]
has three keys: 'threshold', 'ampere_temperature', and 'shuffling_temperature' and I am not sure what the values should be for 'ampere_temperature', and 'shuffling_temperature'. For masked_run_squad.py it's already given, but for masked_run_glue.py it's not and theschedule_threshold()
function from masked_run_glue.py is different from masked_run_squad.py