EleutherAI Community Project
The QARV (Question and Answers with Regional Variance) project aims to curate a collection of questions with answers that exhibit regional variations across different nations.
git clone https://github.com/HAE-RAE/QARV.git
cd QARV
pip install -r requirements.txt
You can run evaluations as following:
python evaluate.py --model_name "Qwen/Qwen2-7B" --output_path "results"
To run multiple evaluations at once, update the list of models in this script and run:
./scripts/eval.sh