Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Qihao Zheng, Lei Bai, Wanli Ouyang, Chunfeng Song_
</p>

[![arXiv](https://img.shields.io/badge/arXiv-preprint-b31b1b?style=flat&logo=arxiv
)](https://arxiv.org/abs/2505.17099)
)](https://arxiv.org/abs/2507.09882)


</div>
Expand All @@ -27,7 +27,7 @@ AdaBrain-Bench provides code for evaluating EEG foundation models across **13 da
- [Installation](#installation)
- [Dataset preparation](#dataset-preparation)
- [Models](#models)
- [Runing](#running)
- [Running](#running)



Expand Down Expand Up @@ -164,4 +164,4 @@ python run_finetuning.py --task_mod Retrieval --model_name LaBraM --finetune_mod
```
```bash
python run_finetuning.py --task_mod Retrieval --model_name EEGPT --finetune_mod full --dataset Things-EEG --norm_method z_score --epochs 40 --batch_size 512 --lr 5e-4 --subject_mod single --subject_id 8 --seed 0
```
```