mervinpraison commited on
Commit
226ac9a
·
verified ·
1 Parent(s): 01a0111

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: sequence
5
+ dtype: string
6
+ - name: sensor
7
+ dtype: string
8
+ - name: raw_data
9
+ dtype: string
10
+ - name: main_label
11
+ dtype: string
12
+ - name: extracted_labels
13
+ dtype: string
14
+ - name: image
15
+ dtype: image
16
+ - name: plot
17
+ dtype: image
18
+ - name: peak_resultant_acceleration
19
+ dtype: float32
20
+ splits:
21
+ - name: train
22
+ num_bytes: 2821495516.4
23
+ num_examples: 4880
24
+ download_size: 893422816
25
+ dataset_size: 2821495516.4
26
+ ---
27
+ # Dataset Card for "harupfall-accelerometer-images-plots-resultant"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)