JLB-JLB commited on
Commit
08da921
·
1 Parent(s): 63f0ecd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: dev
8
+ path: data/dev-*
9
+ - split: eval
10
+ path: data/eval-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: epoch
16
+ dtype: int64
17
+ - name: label
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': seiz
22
+ '1': bckg
23
+ splits:
24
+ - name: train
25
+ num_bytes: 23735631090.792
26
+ num_examples: 814568
27
+ - name: dev
28
+ num_bytes: 12051655546.53
29
+ num_examples: 390190
30
+ - name: eval
31
+ num_bytes: 3322082528.975
32
+ num_examples: 114035
33
+ download_size: 39216537180
34
+ dataset_size: 39109369166.297
35
+ ---
36
+ # Dataset Card for "seizure_eeg_greyscale_224x224_6secWindow"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)