summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACKNOWLEDGEMENTS.md9
-rw-r--r--genderbench/pyproject.toml8
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"