chaenykim commited on
Commit
4b24ddb
1 Parent(s): c911ed6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: object_id
14
+ dtype: int64
15
+ - name: times_wv
16
+ sequence:
17
+ sequence: float64
18
+ - name: lightcurve
19
+ sequence:
20
+ sequence: float64
21
+ - name: label
22
+ dtype: int64
23
+ - name: redshift
24
+ dtype: float64
25
+ - name: hostgal_specz
26
+ dtype: float64
27
+ - name: hostgal_photoz
28
+ dtype: float64
29
+ - name: hostgal_photoz_err
30
+ dtype: float64
31
+ - name: ddf_bool
32
+ dtype: int64
33
+ splits:
34
+ - name: train
35
+ num_bytes: 85244224
36
+ num_examples: 7066
37
+ - name: validation
38
+ num_bytes: 18868096
39
+ num_examples: 1564
40
+ - name: test
41
+ num_bytes: 42138224960
42
+ num_examples: 3492890
43
+ download_size: 13017186909
44
+ dataset_size: 42242337280
45
+ ---
46
+ # Dataset Card for "PLAsTiCC"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)