Portgas37 commited on
Commit
71ad97e
·
1 Parent(s): 854a69d

prune extra JSON, regenerate dataset_infos.json for 5K examples

Browse files
Files changed (1) hide show
  1. dataset_infos.json +5 -5
dataset_infos.json CHANGED
@@ -2,15 +2,15 @@
2
  "default": {
3
  "description": "RAG documents for MNLP",
4
  "features": {
5
- "title": { "_type": "Value", "dtype": "string" },
6
- "text": { "_type": "Value", "dtype": "string" },
7
- "source": { "_type": "Value", "dtype": "string" }
8
  },
9
  "splits": {
10
  "train": {
11
  "name": "train",
12
- "num_bytes": 2868862,
13
- "num_examples": 10000
14
  }
15
  }
16
  }
 
2
  "default": {
3
  "description": "RAG documents for MNLP",
4
  "features": {
5
+ "title": {"_type":"Value","dtype":"string"},
6
+ "text": {"_type":"Value","dtype":"string"},
7
+ "source": {"_type":"Value","dtype":"string"}
8
  },
9
  "splits": {
10
  "train": {
11
  "name": "train",
12
+ "num_bytes": 0,
13
+ "num_examples": 5000
14
  }
15
  }
16
  }