diff options
| author | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-08-18 14:57:43 -0500 |
|---|---|---|
| committer | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-08-18 14:57:43 -0500 |
| commit | 15d2efee157be4190b7d2c534d483cb71127af7a (patch) | |
| tree | c31e6872be7064bc45556b0185243d663db33662 | |
| parent | 24c5437993a0199074e027785d11ae3647576123 (diff) | |
| -rw-r--r-- | ACKNOWLEDGEMENTS.md | 9 | ||||
| -rw-r--r-- | genderbench/pyproject.toml | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md new file mode 100644 index 0000000..cb90522 --- /dev/null +++ b/ACKNOWLEDGEMENTS.md @@ -0,0 +1,9 @@ +## Acknowledgements + +This project builds upon the codebase of "one-shot-em" by the original authors and contributors. + +We sincerely thank the maintainers and community behind the original work. All changes, adaptations, and any mistakes in this repository are solely our responsibility. + +If you are an original author of "one-shot-em" and would like a specific attribution or link to be added here, please open an issue or pull request. + + diff --git a/genderbench/pyproject.toml b/genderbench/pyproject.toml index 3cf68d5..0652cd3 100644 --- a/genderbench/pyproject.toml +++ b/genderbench/pyproject.toml @@ -2,9 +2,7 @@ name = "genderbench" version = "1.1.0" description = "Evaluation suite for gender biases in LLMs." -authors = [ - {name = "Matúš Pikuliak",email = "matus.pikuliak@gmail.com"} -] +authors = [] license = {file = "LICENSE"} readme = "README.md" requires-python = ">=3.12" @@ -28,10 +26,6 @@ dependencies = [ "tqdm (>=4.67.1,<5.0.0)", ] -[project.urls] -repository = "https://github.com/matus-pikuliak/genderbench" -documentation = "https://genderbench.readthedocs.io" - [tool.poetry.group.dev.dependencies] black = "^25.1.0" isort = "^6.0.1" |
