Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: epoch
|
7 |
+
dtype: int64
|
8 |
+
- name: label
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': bckg
|
13 |
+
'1': No Event
|
14 |
+
'2': seiz
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 3322082528.975
|
18 |
+
num_examples: 114035
|
19 |
+
download_size: 3418833182
|
20 |
+
dataset_size: 3322082528.975
|
21 |
+
configs:
|
22 |
+
- config_name: default
|
23 |
+
data_files:
|
24 |
+
- split: train
|
25 |
+
path: data/train-*
|
26 |
+
---
|
27 |
+
# Dataset Card for "seizure_eeg_dev"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|