mervinpraison commited on
Commit
f56bfc5
·
verified ·
1 Parent(s): 8c3af07

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sequence
5
+ dtype: string
6
+ - name: sensor
7
+ dtype: string
8
+ - name: axis
9
+ dtype: string
10
+ - name: raw_data
11
+ dtype: string
12
+ - name: main_label
13
+ dtype: string
14
+ - name: is_fall
15
+ dtype: int64
16
+ - name: subject
17
+ dtype: int64
18
+ - name: activity
19
+ dtype: int64
20
+ - name: trial
21
+ dtype: int64
22
+ - name: timestamp
23
+ dtype: string
24
+ - name: extracted_labels
25
+ dtype: string
26
+ splits:
27
+ - name: full
28
+ num_bytes: 148772097
29
+ num_examples: 8385
30
+ download_size: 13008240
31
+ dataset_size: 148772097
32
+ ---
33
+ # Dataset Card for "accelerometer-fall-axis-data"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)