debias icon indicating copy to clipboard operation
debias copied to clipboard

Methods of training NLP models to ignored biased strategies

Results 3 debias issues
Sort by recently updated
recently updated
newest added

Thanks for a great repository! The HANS download token seems to be broken. Can you please fix it? This is the exception I'm getting: `requests.exceptions.HTTPError: 403 Client Error: Forbidden for...

Hi, I had a question regarding the PyTorch implementation of LearnedMixin. https://github.com/chrisc36/debias/blob/af7f0e40f9120ae2d3081cb8a2bf4dad64a18aa7/debias/bert/clf_debias_loss_functions.py#L41 ``` def forward(self, hidden, logits, bias, labels): logits = logits.float() # In case we were in fp16 mode...

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies