-
Notifications
You must be signed in to change notification settings - Fork 176
Added binary gender bias-mitigated RoBERTa model for SNLI #268
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, overall. Just the same question as in the other PR about needing the full allennlp.fairness.bias_mitigator_applicator.BiasMitigatorApplicator
in the config.
In this case, yes, because |
I'm just a little confused about why "snli" is not accepted as a registered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those modules need to be imported in your test file. In the usual case, users would include the right package using --include_package
.
test_fixtures/pair_classification/bias_mitigation/experiment.json
Outdated
Show resolved
Hide resolved
test_fixtures/pair_classification/bias_mitigation/experiment.json
Outdated
Show resolved
Hide resolved
…t.py Co-authored-by: Akshita Bhagia <[email protected]>
Co-authored-by: Akshita Bhagia <[email protected]>
Co-authored-by: Akshita Bhagia <[email protected]>
Added binary gender bias-mitigated RoBERTa model for SNLI.
Depends on allenai/allennlp#5176.