File size: 1,411 Bytes
25c0267
 
 
640c13b
 
 
 
 
 
25c0267
640c13b
25c0267
640c13b
25c0267
 
 
 
 
 
 
 
640c13b
25c0267
 
 
b831d9e
 
640c13b
25c0267
39e8c96
640c13b
25c0267
640c13b
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
---
base_model:
- autogluon/chronos-t5-large
tags:
- General-Purpose
- Brain
- Foundation Models
- electroencephalogram 
- signal processing
---
General-Purpose Brain Foundation Models for Time-Series Neuroimaging Data

[[General-Purpose Brain Foundation Models for Time-Series Neuroimaging Data](https://openreview.net/forum?id=HwDQH0r37I)]
## Model Details

### Model Description

<!-- Provide a longer summary of what this model is. -->

- **Model type:** T5-large
- **License:** [More Information Needed]
- **Finetuned from model:** Chronos-t5-large

## How to Get Started with the Model

Visit our [GitHub](https://github.com/CERC-AAI/bfm) to Get Started with the Model.

Here is [colab](https://colab.research.google.com/drive/1Dy6oUJeYuoi0cAo9imlfA2gZgueMun9h?usp=sharing) notebook for inference of the Moabb dataset.

### Training Data:
The training data used was the NMT EEG dataset. NMT is an open-source, annotated dataset comprising healthy and pathological EEG recordings. It consists of 2,417 recordings from unique participants, providing multichannel EEG data along with labels indicating the participants' pathological state, classified as normal or abnormal. Each EEG channel is treated as an independent time series, which is further divided into two segments: a context window for conditioning and a prediction target window.

Hyperparameters are the same as those used in the Chronos paper.