From dd1d12d9dfdb15f8d5614fbc07a49fd7fc726153 Mon Sep 17 00:00:00 2001 From: YangQianli92 <108046369+YangQianli92@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:55:14 +0800 Subject: [PATCH] Create dataset_info.json --- examples/data/rag_bm/dataset_info.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/data/rag_bm/dataset_info.json diff --git a/examples/data/rag_bm/dataset_info.json b/examples/data/rag_bm/dataset_info.json new file mode 100644 index 000000000..dcadfddd2 --- /dev/null +++ b/examples/data/rag_bm/dataset_info.json @@ -0,0 +1,14 @@ +[ + { + "simplified_CRUD":{ + "document_file":["documents.txt"], + "gt_file":"answer.json" + } + }, + { + "simplified_RGB":{ + "document_file":["documents.txt"], + "gt_file":"answer.json" + } + } +]