Skip to content

HAE-RAE/QARV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d0ca2a · Jun 16, 2024
Jun 7, 2024
Jun 7, 2024
Jun 15, 2024
Jun 7, 2024
Jun 15, 2024
Jun 16, 2024
Jun 16, 2024
Jun 15, 2024
Jun 14, 2024

Repository files navigation

QARV (Question and Answers with Regional Variance)

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.

How to install.

git clone https://github.com/HAE-RAE/QARV.git
cd QARV
pip install -r requirements.txt

How to run.

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