Spaces:
Paused
Paused
| [project] | |
| name = "know-more-know-clearer-repro" | |
| version = "0.1.0" | |
| description = "Reproduction of Know More, Know Clearer: A Meta-Cognitive Framework for Knowledge Augmentation in Large Language Models" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "numpy>=1.24.0", | |
| "scipy>=1.10.0", | |
| "pytest>=7.0.0", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/know_more_know_clearer"] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| pythonpath = ["src"] | |