Measuring European values of LLMs.
Developer:
- Annika Simonsen (annika@hi.is)
- Maximilian Müller-Eberstein (mamy@itu.dk)
- Rob van der Goot (robv@itu.dk)
- 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.