File size: 992 Bytes
6beb333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: eval
    path: data/eval-*
  - split: test_bckg_events
    path: data/test_bckg_events-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: epoch_index
    dtype: int32
  - name: label
    dtype:
      class_label:
        names:
          '0': bckg
          '1': seiz
  splits:
  - name: train
    num_bytes: 2724969539.416
    num_examples: 93128
  - name: test
    num_bytes: 894039043.7838539
    num_examples: 31384
  - name: eval
    num_bytes: 600124862.4691461
    num_examples: 20923
  - name: test_bckg_events
    num_bytes: 10148929153.142
    num_examples: 338634
  download_size: 13698639714
  dataset_size: 14368062598.811
---
# Dataset Card for "seizure_detection_224x224_raw_frequency"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)