From 7647aca839fc22466f71c666b1a03e273fe5cab4 Mon Sep 17 00:00:00 2001 From: gings Date: Mon, 8 Jul 2024 17:53:08 +0200 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3aaa8..e19a834 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,11 @@ python -m ovqa.metrics.bem.bem_query ## Running -See `run_scripts/` for running the model evaluation and computing the metrics. See `assets/tables` for the numbers to expect. +* See `run_scripts/` for running the model evaluation. +* Either run the evaluation yourself or download the model outputs as described + in "Setup model outputs" above, then run `run_scripts/eval_results.sh` to compute the metrics. +* See `assets/tables` for the final numbers to expect. +* Check `load_*.py` if you want to only load the dataset. ## Dev commands