From 0b30866d109064bfbf76d9e4b852bbe983cff8b6 Mon Sep 17 00:00:00 2001 From: Yizhou Chi Date: Mon, 2 Sep 2024 10:39:08 +0800 Subject: [PATCH] fix prompt's json format --- expo/research_assistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expo/research_assistant.py b/expo/research_assistant.py index c26f24586..e0dc73418 100644 --- a/expo/research_assistant.py +++ b/expo/research_assistant.py @@ -31,7 +31,7 @@ If you cannot find the scores, please still return a dictionary with the keys 't {{ "train_score": x.x, "dev_score": x.x, - "test_score": x.x, + "test_score": x.x }} ``` """