Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,61 +1,35 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
- name: EBV
|
21 |
-
dtype: float32
|
22 |
-
- name: FLUX_G
|
23 |
-
dtype: float32
|
24 |
-
- name: FLUX_R
|
25 |
-
dtype: float32
|
26 |
-
- name: FLUX_Z
|
27 |
-
dtype: float32
|
28 |
-
- name: FLUX_IVAR_G
|
29 |
-
dtype: float32
|
30 |
-
- name: FLUX_IVAR_R
|
31 |
-
dtype: float32
|
32 |
-
- name: FLUX_IVAR_Z
|
33 |
-
dtype: float32
|
34 |
-
- name: FIBERFLUX_G
|
35 |
-
dtype: float32
|
36 |
-
- name: FIBERFLUX_R
|
37 |
-
dtype: float32
|
38 |
-
- name: FIBERFLUX_Z
|
39 |
-
dtype: float32
|
40 |
-
- name: FIBERTOTFLUX_G
|
41 |
-
dtype: float32
|
42 |
-
- name: FIBERTOTFLUX_R
|
43 |
-
dtype: float32
|
44 |
-
- name: FIBERTOTFLUX_Z
|
45 |
-
dtype: float32
|
46 |
-
- name: ZWARN
|
47 |
-
dtype: bool
|
48 |
-
- name: object_id
|
49 |
-
dtype: string
|
50 |
-
splits:
|
51 |
-
- name: train
|
52 |
-
num_bytes: 124577072
|
53 |
-
num_examples: 1000
|
54 |
-
download_size: 76286853
|
55 |
-
dataset_size: 124577072
|
56 |
-
configs:
|
57 |
-
- config_name: edr_sv3
|
58 |
-
data_files:
|
59 |
-
- split: train
|
60 |
-
path: edr_sv3/train-*
|
61 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
description: 'Spectra dataset based on DESI EDR SV3.
|
3 |
+
|
4 |
+
'
|
5 |
+
homepage: ''
|
6 |
+
version: 0.0.1
|
7 |
+
citation: '@InProceedings{huggingface:dataset,
|
8 |
+
|
9 |
+
title = {A great new dataset},
|
10 |
+
|
11 |
+
author={huggingface, Inc.
|
12 |
+
|
13 |
+
},
|
14 |
+
|
15 |
+
year={2020}
|
16 |
+
|
17 |
+
}
|
18 |
+
|
19 |
+
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
+
|
22 |
+
# Desi Dataset
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
Spectra dataset based on DESI EDR SV3.
|
27 |
+
|
28 |
+
|
29 |
+
@InProceedings{huggingface:dataset,
|
30 |
+
title = {A great new dataset},
|
31 |
+
author={huggingface, Inc.
|
32 |
+
},
|
33 |
+
year={2020}
|
34 |
+
}
|
35 |
+
|