Measuring European values of LLMs.
Developer:
- Annika Simonsen ([email protected])
- Maximilian Müller-Eberstein ([email protected])
- Rob van der Goot ([email protected])
- Dan Saattrup Nielsen ([email protected])
- Run
make install
, which sets up a virtual environment and all Python dependencies therein. - Run
source .venv/bin/activate
to activate the virtual environment. - (Optional) Run
make install-pre-commit
, which installs pre-commit hooks for linting, formatting and type checking.