From 95011ab8998ea154887b8c055a7b9f04f858db4c Mon Sep 17 00:00:00 2001 From: YangQianli92 <108046369+YangQianli92@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:54:08 +0800 Subject: [PATCH] Update dataset_info.json --- examples/data/rag_bm/dataset_info.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/data/rag_bm/dataset_info.json b/examples/data/rag_bm/dataset_info.json index dcadfddd2..b1ddd7e4c 100644 --- a/examples/data/rag_bm/dataset_info.json +++ b/examples/data/rag_bm/dataset_info.json @@ -10,5 +10,10 @@ "document_file":["documents.txt"], "gt_file":"answer.json" } - } + }, + { + "RGB_EN":{ + "document_file":["documents.txt"], + "gt_file":"answer.json" + } ]