mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 19:36:24 +02:00
Create dataset_info.json
This commit is contained in:
parent
048b97ae42
commit
dd1d12d9df
1 changed files with 14 additions and 0 deletions
14
examples/data/rag_bm/dataset_info.json
Normal file
14
examples/data/rag_bm/dataset_info.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"simplified_CRUD":{
|
||||
"document_file":["documents.txt"],
|
||||
"gt_file":"answer.json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"simplified_RGB":{
|
||||
"document_file":["documents.txt"],
|
||||
"gt_file":"answer.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue