prune extra JSON, regenerate dataset_infos.json for 5K examples
Browse files- 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": {
|
| 6 |
-
"text": {
|
| 7 |
-
"source": {
|
| 8 |
},
|
| 9 |
"splits": {
|
| 10 |
"train": {
|
| 11 |
"name": "train",
|
| 12 |
-
"num_bytes":
|
| 13 |
-
"num_examples":
|
| 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 |
}
|