Three Ways of Using Large Language Models to Evaluate Chat, on Arxiv.
Accepted to DST11 workshop, 2023, Prague
# Optional for reinstallation
conda deactivate; rm -rf env;
# Installing new conda environment and editable pip moosenet package
conda env create --prefix ./env -f environment.yml \
&& conda activate ./env \
&& pip install -e .[dev]
This work was co-funded by Charles University projects GAUK 40222, SVV 260575 and the European Union (ERC, NG-NLG, 101039303).