MNLP_M2_rag_documents / dataset_infos.json
Portgas37's picture
Updated dataset file, metadata and loader script
1a23a74
raw
history blame contribute delete
379 Bytes
{
"default": {
"description": "RAG documents for MNLP",
"features": {
"title": {"_type":"Value","dtype":"string"},
"text": {"_type":"Value","dtype":"string"},
"source": {"_type":"Value","dtype":"string"}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 621689
}
}
}
}