Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +27 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"": {
|
| 3 |
+
"description": "BGRS: NOIRLab-derived spectral vectors and FITS metadata.",
|
| 4 |
+
"citation": "",
|
| 5 |
+
"homepage": "",
|
| 6 |
+
"license": "CC-BY-4.0",
|
| 7 |
+
"features": null,
|
| 8 |
+
"splits": {
|
| 9 |
+
"full": {
|
| 10 |
+
"name": "full",
|
| 11 |
+
"num_bytes": 102161595504,
|
| 12 |
+
"num_examples": 1089977
|
| 13 |
+
},
|
| 14 |
+
"train": {
|
| 15 |
+
"name": "train",
|
| 16 |
+
"num_bytes": 0,
|
| 17 |
+
"num_examples": 866690
|
| 18 |
+
},
|
| 19 |
+
"test": {
|
| 20 |
+
"name": "test",
|
| 21 |
+
"num_bytes": 0,
|
| 22 |
+
"num_examples": 216673
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"download_size": 0
|
| 26 |
+
}
|
| 27 |
+
}
|