From baf9b8428dc1d602de1801a4e19dde295916cea7 Mon Sep 17 00:00:00 2001 From: Yu Meng Date: Sun, 2 Jun 2024 18:26:27 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2127c8..d417d36 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ ACCELERATE_LOG_LEVEL=info accelerate launch --config_file accelerate_configs/dee ## Evaluation -We follow the official implementation for evaluation on AlpacaEval 2, Arena-Hard, and MT-Bench, as follows: +We follow the official implementation for evaluation on AlpacaEval 2, Arena-Hard, and MT-Bench, as follows (more details can be found under [the eval directory](https://github.com/princeton-nlp/SimPO/tree/main/eval)): * AlpacaEval 2: Please refer to the [AlpacaEval repo](https://github.com/tatsu-lab/alpaca_eval) for evaluation.