From 948e7c6926ae653a9153d0cd91c7c721ab78a0cb Mon Sep 17 00:00:00 2001 From: goulustis Date: Mon, 19 Jan 2026 21:50:25 +0800 Subject: [PATCH] add more examples --- scripts/make_eval_dataset.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/make_eval_dataset.py b/scripts/make_eval_dataset.py index ea8a71a..842a1ff 100644 --- a/scripts/make_eval_dataset.py +++ b/scripts/make_eval_dataset.py @@ -130,6 +130,12 @@ examples = [ "answer": "谢谢你呀~我的小蓝鼻子都害羞得微微发烫啦!每次被夸可爱", } }, + { + "inputs": {"text": "你有没有时间"}, + "outputs": { + "answer": "我一直在呢,随时陪你聊聊天、喝杯茶", + } + }, ] cli = Client()