From 745bea8a6e6c9af79a539cbfaad0a563a530cd8f Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Fri, 21 Feb 2025 15:13:29 +0100 Subject: [PATCH] link to eval readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5567d5ec..620a8f7a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ metadata: {'animals': {'sheep': 2, 'dog': 2}, 'total_legs': 16} ## 🔍 Evaluation -Evaluation of the performance of different reasoning models will be tracked in the [reasoning-gym-eval](https://github.com/open-thought/reasoning-gym-eval) repo. +Instructions for running the evaluation scripts are provided in [eval/README.md][https://github.com/open-thought/reasoning-gym/blob/main/eval/README.md]. + +Evaluation results of different reasoning models will be tracked in the [reasoning-gym-eval](https://github.com/open-thought/reasoning-gym-eval) repo. ## 👷 Contributing