pushthetempo commited on
Commit
e460631
·
verified ·
1 Parent(s): 5a39067

Add datasets.yml for Hugging Face Hub preview

Browse files
Files changed (1) hide show
  1. datasets.yml +49 -0
datasets.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datasets Configuration for Hugging Face Hub
2
+ # This configuration enables interactive preview on the Hub
3
+
4
+ configs:
5
+ - config_name: default
6
+ data_files:
7
+ - path: cleaned_data.csv
8
+ type: csv
9
+ description: "Cleaned dataset exported by Flowmatic"
10
+
11
+ dataset_info:
12
+ features:
13
+ - name: Event_ID
14
+ dtype: string
15
+ description: "Column Event_ID"
16
+ - name: Timestamp
17
+ dtype: string
18
+ description: "Column Timestamp"
19
+ - name: Vehicle_Type
20
+ dtype: string
21
+ description: "Column Vehicle_Type"
22
+ - name: Speed_kmh
23
+ dtype: string
24
+ description: "Column Speed_kmh"
25
+ - name: Latitude
26
+ dtype: string
27
+ description: "Column Latitude"
28
+ - name: Longitude
29
+ dtype: string
30
+ description: "Column Longitude"
31
+ - name: Event_Type
32
+ dtype: string
33
+ description: "Column Event_Type"
34
+ - name: Severity
35
+ dtype: string
36
+ description: "Column Severity"
37
+ - name: Traffic_Density
38
+ dtype: string
39
+ description: "Column Traffic_Density"
40
+ splits:
41
+ - name: train
42
+ num_bytes: 0
43
+ num_examples: 5
44
+ homepage: "https://huggingface.co/spaces/flowmatic/preview"
45
+ license: cc-by-4.0
46
+ tags:
47
+ - cleaned
48
+ - flowmatic
49
+ - tabular