MJ commited on
Commit
640c13b
·
verified ·
1 Parent(s): 39e8c96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,10 +1,16 @@
1
  ---
2
  base_model:
3
  - autogluon/chronos-t5-large
 
 
 
 
 
 
4
  ---
5
- General-Purpose Brain Foundation Models is trained on electroencephalogram signal data.
6
 
7
- [[paper]()]
8
  ## Model Details
9
 
10
  ### Model Description
@@ -13,14 +19,13 @@ General-Purpose Brain Foundation Models is trained on electroencephalogram signa
13
 
14
  - **Model type:** T5-large
15
  - **License:** [More Information Needed]
16
- - **Finetuned from model [optional]:** Chronos-t5-large
17
 
18
  ## How to Get Started with the Model
19
 
20
- Here is [colab](https://colab.research.google.com/drive/1Dy6oUJeYuoi0cAo9imlfA2gZgueMun9h?usp=sharing) notebook for inference of Moabb dataset.
21
 
22
  ### Training Data:
23
- Training data used was 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.
24
-
25
- Hyperparameters are the same as used in Chronos paper.
26
 
 
 
1
  ---
2
  base_model:
3
  - autogluon/chronos-t5-large
4
+ tags:
5
+ - General-Purpose
6
+ - Brain
7
+ - Foundation Models
8
+ - electroencephalogram
9
+ - signal processing
10
  ---
11
+ General-Purpose Brain Foundation Models for Time-Series Neuroimaging Data
12
 
13
+ [[General-Purpose Brain Foundation Models for Time-Series Neuroimaging Data](https://openreview.net/forum?id=HwDQH0r37I)]
14
  ## Model Details
15
 
16
  ### Model Description
 
19
 
20
  - **Model type:** T5-large
21
  - **License:** [More Information Needed]
22
+ - **Finetuned from model:** Chronos-t5-large
23
 
24
  ## How to Get Started with the Model
25
 
26
+ Here is [colab](https://colab.research.google.com/drive/1Dy6oUJeYuoi0cAo9imlfA2gZgueMun9h?usp=sharing) notebook for inference of the Moabb dataset.
27
 
28
  ### Training Data:
29
+ 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.
 
 
30
 
31
+ Hyperparameters are the same as those used in the Chronos paper.