From 5483cc6db795e25728a34cc65aa7cbc4ea31048b Mon Sep 17 00:00:00 2001 From: YangQianli92 <108046369+YangQianli92@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:54:23 +0800 Subject: [PATCH] Create dataset_info.json --- examples/rag_bm/dataset_info.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/rag_bm/dataset_info.json diff --git a/examples/rag_bm/dataset_info.json b/examples/rag_bm/dataset_info.json new file mode 100644 index 000000000..dcadfddd2 --- /dev/null +++ b/examples/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" + } + } +]