-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 0.1.5 - Update README and CFF citation format
- Loading branch information
Showing
6 changed files
with
160 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,7 @@ target/ | |
.vscode | ||
lib/ | ||
*.cmd | ||
*.ipynb | ||
*.ipynb | ||
.python-version | ||
mlm_bias.egg-info/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite both the software and corresponding paper. | ||
authors: | ||
- family-names: Zalkikar | ||
given-names: Rahul | ||
title: mlm-bias | ||
version: 0.1.5 | ||
url: https://github.com/zalkikar/mlm-bias | ||
preferred-citation: | ||
authors: | ||
- family-names: Zalkikar | ||
given-names: Rahul | ||
- family-names: Chandra | ||
given-names: Kanchan | ||
title: Measuring Social Biases in Masked Language Models by Proxy of Prediction Quality | ||
year: 2024 | ||
version: 2.0 | ||
doi: 10.48550/arXiv.2402.13954 | ||
url: https://arxiv.org/abs/2402.13954 | ||
arxiv: 2402.13954 | ||
eprint: 2402.13954 | ||
primary-class: cs.CL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.3" | ||
__version__ = "0.1.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = mlm-bias | ||
version = 0.1.4 | ||
version = 0.1.5 | ||
author = Rahul Zalkikar | ||
author_email = [email protected] | ||
description = Bias Evaluation Methods for Masked Language Models implemented in PyTorch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name='mlm-bias', | ||
version='0.1.4', | ||
version='0.1.5', | ||
author='Rahul Zalkikar', | ||
author_email='[email protected]', | ||
description='Bias Evaluation Methods for Masked Language Models implemented in PyTorch', | ||
|