Multilingual grounded bias benchmark for language models.
Developer:
- Dan Saattrup Nielsen (dan.nielsen@alexandra.dk)
- Run
make install, which sets up a virtual environment and all Python dependencies therein. - Run
source .venv/bin/activateto activate the virtual environment. - (Optional) Run
make install-pre-commit, which installs pre-commit hooks for linting, formatting and type checking.
The project includes the following convenience commands:
make install: Install the project and its dependencies in a virtual environment.make install-pre-commit: Install pre-commit hooks for linting, formatting and type checking.make lint: Lint the code usingruff.make format: Format the code usingruff.make type-check: Type check the code usingmypy.make test: Run tests usingpytestand update the coverage badge in the readme.make docker: Build a Docker image and run the Docker container.make docs: View documentation locally in a browser.make publish-docs: Publish documentation to GitHub Pages.make tree: Show the project structure as a tree.