JLB-JLB commited on
Commit
6beb333
1 Parent(s): 6930f3b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: eval
10
+ path: data/eval-*
11
+ - split: test_bckg_events
12
+ path: data/test_bckg_events-*
13
+ dataset_info:
14
+ features:
15
+ - name: image
16
+ dtype: image
17
+ - name: epoch_index
18
+ dtype: int32
19
+ - name: label
20
+ dtype:
21
+ class_label:
22
+ names:
23
+ '0': bckg
24
+ '1': seiz
25
+ splits:
26
+ - name: train
27
+ num_bytes: 2724969539.416
28
+ num_examples: 93128
29
+ - name: test
30
+ num_bytes: 894039043.7838539
31
+ num_examples: 31384
32
+ - name: eval
33
+ num_bytes: 600124862.4691461
34
+ num_examples: 20923
35
+ - name: test_bckg_events
36
+ num_bytes: 10148929153.142
37
+ num_examples: 338634
38
+ download_size: 13698639714
39
+ dataset_size: 14368062598.811
40
+ ---
41
+ # Dataset Card for "seizure_detection_224x224_raw_frequency"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)