Ziyou Li commited on
Commit
b7aa2d9
·
1 Parent(s): f8d100e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: referenceTime
5
+ dtype: string
6
+ - name: t
7
+ dtype: float64
8
+ - name: ws
9
+ dtype: float64
10
+ - name: prec1h
11
+ dtype: float64
12
+ - name: fesn1h
13
+ dtype: float64
14
+ - name: vis
15
+ dtype: float64
16
+ - name: confidence
17
+ dtype: int64
18
+ - name: congestionLevel
19
+ dtype: float64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 160
23
+ num_examples: 2
24
+ download_size: 3263
25
+ dataset_size: 160
26
+ ---
27
+ # Dataset Card for "IL2223_project"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)