Hi,
I'm trying to apply context-debias to generative models (gpt2). I tried to directly use your script but the loss is extremely large (1e10+). I notice you have an argument "mlm" in run_debias_mlm.py, but it doesn't seem to be used in the code, so I wonder whether there is something in the code I need to modify to adjust for causal language models?
Thank you!
Hi, I'm trying to apply context-debias to generative models (gpt2). I tried to directly use your script but the loss is extremely large (1e10+). I notice you have an argument "mlm" in run_debias_mlm.py, but it doesn't seem to be used in the code, so I wonder whether there is something in the code I need to modify to adjust for causal language models? Thank you!