EiffL commited on
Commit
73bb37e
·
verified ·
1 Parent(s): 9418c42

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -59
README.md CHANGED
@@ -1,61 +1,35 @@
1
  ---
2
- dataset_info:
3
- config_name: edr_sv3
4
- features:
5
- - name: spectrum
6
- sequence:
7
- - name: flux
8
- dtype: float32
9
- - name: ivar
10
- dtype: float32
11
- - name: lsf_sigma
12
- dtype: float32
13
- - name: lambda
14
- dtype: float32
15
- length: 7781
16
- - name: Z
17
- dtype: float32
18
- - name: ZERR
19
- dtype: float32
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
+